Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Shazzad Hossain Khan

    (@sajib1223)

    With the Grouping feature, you can not have a custom order of Groups. But, you can have a custom order for Terms + Posts type list.

    When you specify term ids (field “includes” under “Terms” tab), the returned list is ordered by term ids.

    There’s a tiny difference between a (1) List of Posts – group by categories and a (2) Categories + Posts list. Where list 1 query the posts first and display the groups available within the found posts. List 2 query the categories first and display the posts available under it.

    Thread Starter saurabhgarg

    (@saurabhgarg)

    I tried using Terms + Posts type list but no list is generated.

    Terms page:
    taxonomy = categories
    include terms = I tried specifying term id for categories and leaving it blank assuming it will include all categories.

    Posts page:
    all published page

    Template:

    Saurabh
    [terms]
    <ul>
    <li><a href="[term_link]">[term_name]</a></li>
    <li>
      </li>
    </ul>
    [/terms]

    Even “Saurabh” is not being output to the webpage. So, I guess that template code is never executed.

    Anything I am doing wrong?

    Regards,
    Saurabh

    Plugin Author Shazzad Hossain Khan

    (@sajib1223)

    Please contact me directly using https://w4dev.com/contact page including the site address and a wp admin access. I will troubleshoot the issue. Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Group order of categories’ is closed to new replies.