[Plugin: List Pages Shortcode] sort_order not defined
-
Problem: Using sort_order=”DESC” in the shortcode does not work.
Workaround:
Edit list-pages-shortcode.php. You will need to add sort_order to the default array.Replace lines 27 and 28 change to:
27 'exclude_tree'=> '', 28 'sort_order'=> '' 29 );
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘[Plugin: List Pages Shortcode] sort_order not defined’ is closed to new replies.