• Resolved TruthPraiser

    (@truthpraiser)


    Thanks to the developers of this useful plugin
    To use this plugin, I needed to make small changes in its shortcode, which is as follows:
    1. How can i insert the list number of each post before it?
    2. How can I insert the tags of each post after post title? such as post categories?
    3. How can i list unlimited number of posts in one tab? Currently, this problem can be solved by writing a very high number after posts_per_page=.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Bill Erickson

    (@billerickson)

    You can use the wrapper="ol" parameter to display the results in an ordered (numbered) list.

    You can add category_display="true" to include a list of the post’s categories after the post title. If you wanted to list tags instead, use category_display="post_tag".

    You can set posts_per_page="-1" to display all results.

    Thanks

    Thread Starter TruthPraiser

    (@truthpraiser)

    Thank you dear Bill Erickson
    Solved problems 1 and 3 correctly but for the second issue I wanted to fetch the post tags after inserting the post category. With the code you gave me, the post category is no longer displayed. Please guide me in this matter.
    For example like this: article title, then category, then article tags.
    Thank you

    Plugin Author Bill Erickson

    (@billerickson)

    Unfortunately the shortcode can only display one taxonomy out of the box. To add multiple taxonomies, you’ll need to modify the output using the output filter.

    Thread Starter TruthPraiser

    (@truthpraiser)

    Thank you for taking the time to guide me.
    Good luck.

    Hello,

    Just found this thread and have the same issue for displaying both categories + tags but wasn’t able to draft a correct modified output filter…

    If not asking too much, would it be possible to get this snippet please?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘list number, show post tags and unlimited number of posts.’ is closed to new replies.