I want to add the postlist in this plugin. How can i do this
-
I am working with wordpress “frontier post” plugin to add the post by user from the front end.
https://www.ads-software.com/plugins/frontier-post/Now i need to add one of “taxonomy” named “Postlist” like a category to add in this plugin.
i need as follows…
1. Author can create postlist from the frontend.
2. All Postlist created by the author is availabe to show like show Author category.
Exmple :
Author A created three postlist
->JAVA
->Android
->Crazy JokesAuthor B created three postlist
->JAVA
->Data Structure
->Santa Banta JokesSo now when Author A add new post they will show only JAVA,ANdroid,Crazy jokes for select as a postlist.
and also same for the Author B.3. This postlist id is atteched with Author id
4. Shortcode is availabe to show Author Postlists.
Like
Author A Name
This author have three postlist
Java(15) -> 15 are the number of post create by the user in this postlist
Android(6) -> 6 are the number of post create by the user in this postlist
Crazy Jokes(20) -> 20 are the number of post create by the user in this postlistAuthor B Name
This author have three postlist
Java(18) -> 18 are the number of post create by the user in this postlist
Data Structure(9) -> 9 are the number of post create by the user in this postlist
Santa Banta Jokes(45) -> 45 are the number of post create by the user in this postlist
- The topic ‘I want to add the postlist in this plugin. How can i do this’ is closed to new replies.