• I need a plugin for wordpress, that does the following:
    * Possible to insert a shortcode on Page and Posts that gives CATEGORY and TAGS
    * where the shortcode is placed, a given list of Titles on posts, in the given CATEGORY and with given TAGS is shown
    * the “requesttype” should be either “all tags needs to be present” or “just 1 of the tags need to be present”

    example:

    [pluginname CATEGORY=”Soccer Videos” TAGS=”tag1,tag2,tag3″ requesttype=”1″]

    should then show the post titles from the category Soccer Videos, where Tag1 or tag2 or tag3 is present for example.

The topic ‘Plugin for insert shortcode on Page/Posts’ is closed to new replies.