Skip to content

rafiul/wp_posts_contributors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

wp_posts_contributors plugin

A simple Posts contributor for WordPress Posts

Plugin Documentation

  1. Upload the wp-posts-contributors plugin directory to the /wp-content/plugins/ directory.
  2. Activate wp-posts-contributors through the 'Plugins' menu in WordPress.
  3. Add below code in your content template or inside of post loop.
<?php
if(class_exists('PostsContrubutors')){
	$obj= new PostsContrubutors;
	$obj->wp_posts_contributors_view(get_the_ID());
	}
?>

Plugin Screenshots

Back end

Screenshot_1

Front-end

Screenshot_2

About

Simple Post contributor plugin for WordPress Posts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published