• Resolved mukekaton

    (@mukekaton)


    Hello. For example my category “games” , I have 500 post in category “games”. What is the shortcode to show numbers beside the post? Currently I am using this:

    [catlist name=”games” orderby=name order=asc]

    So the result will be:
    List Games
    Battlefield
    Counter Strike
    Mario

    I want it appear like this:
    List Games
    1. Battlefield
    2. Counter Strike
    3. Mario

    https://www.ads-software.com/plugins/list-category-posts/

Viewing 1 replies (of 1 total)
  • Plugin Author Fernando Briano

    (@fernandobt)

    You can find the answer to this question in the documentation regarding the template parameter:

    ol – This will output an ordered list with the lcp_catlist css class (or the one you pass as a parameter with the class argument) and each post will be a list item inside the ordered list. [catlist template=ol].

Viewing 1 replies (of 1 total)
  • The topic ‘Show Numbers’ is closed to new replies.