• Forum
  • FAQ
  • Docs
Notice: In order to post a support question you have to have an account and be logged in.
Register  or  Login
  1. 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!

    frankz
    1 year ago
  2. 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?

    AMG_1
    1 year ago
  3. 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.

    Max
    1 year ago

123


Add Reply

You must log in to post.

 

Add a new topic!

Chances are your issue is already answered, but if it’s not, you can always create a new topic.

Add new topic

Search forums

Searching for something specific? Type something and press Enter to search.