Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author webvitaly

    (@webvitaly)

    Please check out these params:

    • menu_order – if you want to specify the column by what to sort you can use this shortcode: [pagelist sort_column=”menu_order”]; by default order columns are menu_order and post_title (sort_column=”menu_order, post_title”); you can use this values for sort_column parameter: post_title, menu_order, post_date (sort by creation time), post_modified (sort by last modified time), ID, post_author (sort by the page author’s numeric ID), post_name (sort by page slug);
    • sort_order – if you want to change the sort order of the list of pages (either ascending or descending) you can use this shortcode: [pagelist sort_order=”desc”]; by default sort_order is asc (sort_order=”asc”); you can use this values for sort_order parameter: asc, desc;

    We have the latest version of your plugin… The sort_column parameter of your shortcode is not working… There is no change to the sorting of the list regardless of what we put in for menu_order… we are just using [pagelist sort_column=”menu_order”]. Are you aware of this bug?

    Okay… We figured out a workaround… Your plugin argument still doesn’t appear to be functioning, but we can manually sort the output by specifying the “order” of each page on the same level of a hierarchy using the QuickEdit feature on the backend CMS… You still may want to look into why this sort_column paramater seems to be non-functioning.

    I had the same problem. sort_column= “menu_order” does not display the site pages in the order of the menu, which I though it would. Thanks for the work around – I am able to control the page order by setting the “Order” for each page under Page Attributes.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to sort the page?’ is closed to new replies.