• ozgeordie

    (@ozgeordie)


    Hi,

    I have installed the Graphene theme which I nice, however the navigation sorts the pages alphabetically, I can’t have the links sorted like this as I have days of the week in order, so Monday Tuesday Wednesday etc but displays as Friday Monday Sunday etc.

    How can I get this to not sort alphabetically please?

    Many thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • ThumNet

    (@thumnet)

    This can be done by creating a custom menu.

    here’s what I did to fix the situation:

    In the “functions.php” file around line 740, you’ll see the following:
    //////////////////

    $args = array( 'echo' => 1,
    							'sort_column' => 'menu_order, post_title',
    							'depth' => 5,
    							'title_li' => '',

    ///////////////
    What I noticed is that there was no comma between the “menu_order” and “post_title” column descriptions. Adding that comma made the sorting work for me.

    Hope This Helps,
    Interfused Inc
    Creative Design/Development

    The comma worked for me too

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Graphene Navigation Problem’ is closed to new replies.