Edit: Never mind, problem solved, found the solution in another thread (http://themefuse.com/forum/clean-classy-corporate-wp/order-pages-on-sidebar-1/page/2)
Thx a lot Max!
Edit: Never mind, problem solved, found the solution in another thread (http://themefuse.com/forum/clean-classy-corporate-wp/order-pages-on-sidebar-1/page/2)
Thx a lot Max!
Hello I am having the same issue with the sidebar page links widget being in alphabetical order.
I followed your previous instructions and used this code in selected_pages_widget.php:
<?php
$tfuse_pages = array();
$args=array('sort_column' => 'menu_order');
$tfuse_pages_obj = get_pages($args);
if (is_array($tfuse_pages_obj)) {
foreach ($tfuse_pages_obj as $tfuse_page) { ?>
However, there is no change to the order. Can you assist me?
Hi,
go to Appearance -> Widgets and from Selected pages widget you need to deselect all pages. Save the widget and then select the needed pages again. Save the widget again and the changes need to take effect. This would work ONLY for selected pages widget.
Cheers,
Max.
Chances are your issue is already answered, but if it’s not, you can always create a new topic.
Add new topicSearching for something specific? Type something and press Enter to search.
Add Reply
You must log in to post.