• I installed the My page order plugin and it appears to work well in the administrative screens. When I drag my pages into the order that I want and tell it to set the order it appears to do so and it changes how they appear in the dashboard/pages screen. It does not however change how they are ordered when I view the page. I am using the Picture Perfect theme with a sliding menu. my web address is https://www.schandorfffamily.com. I know you have probably already answered this question for others by I couldn’t tell if that answer applied to me and the theme I am using. If I do need to change the code please be specific about where to change it because I do not have much PHP experience.
    thanks for a good plugin and the help.

    Tim

Viewing 15 replies - 31 through 45 (of 49 total)
  • Plugin Author froman118

    (@froman118)

    sakanet,

    Haha, no hero, just trying to do my little part to help the WordPress community.

    Artisteer had a bug that would always force pages into alphabetical order. Supposedly as of version 2.5.0.31067 they had it fixed. The work arounds were to use the new Navigation Menu feature or hack the theme’s code. That was about 4 months ago.

    froman118,

    Thanks for your quick reply. I have v.2.5.0.29918 Standard Edition.

    I will try to update it and see.

    Thanks again!

    Hello!

    Thought I’d see if you would take a crack at this one…can’t get it to NOT alpha order. I looked a previous examples but my header.php doesn’t have same info.
    getyourexbackv.com

    Thanks for your time!

    NEVER MIND.
    I actually got it to work.

    Thanks.

    froman118,

    Thank you for your suggestion, after I updated my WordPress to the latest version, that fixed the problem.

    Hi Froman,

    Seems I am having this problem too. I am using the Panorama theme and for some sort of reasson no plugin whatsoever changes the order of pages in my menu.

    I’ve been reading through all your remarks but non seem to apply to me.

    Could you take a peek?

    spuitrobot is the website

    Thanks, Bob

    Froman,

    Please ignore last message. I foud out what is was in functions.php

    function ap_getPageMenuOrder() {
    	switch (get_option('ap_pageMenuOrder')){
    		case ('alpha'): <strong>I replaced Alpha with menu</strong>
    		$mo = 'post_title';
    		break;
    
    		case ('pageid'):
    		$mo = 'ID';
    		break;
    
    		default:
    		$mo = 'menu_order';
    	}

    I downloaded the plug-in and I get a list of pages on my site.

    There does not seem to be a way create sub-pages…

    Am I missing something?

    All suggestions will be appreciated..

    Plugin Author froman118

    (@froman118)

    kylene,

    You have to get your theme/widgets to use the page “menu order” instead of alphabetical ordering. Depending on your theme you might have to modify template code or if you have widgets go in and modify the sort order. The plugin also adds a My Page Order widget with more options than the built in Pages widget.

    Andrew

    Hello Andrew,

    i downloaded and installed your “my-pages-order”.
    I can also change the order in my administrive screen but i doesn′t change when i view the page.
    I am using the “Aero Inspirat 1.0” theme.
    My webblog address is: https://www.iamgame.de/home/
    If I do need to change the code please be specific about where to change it because I do not have much PHP experience.
    thanks for a good plugin and the help.

    fathom

    Hello Andrew,

    I too am experiencing similar troubles as Fathom. My blog address is https://www.emotionalaffair.org

    Also, I just created a new page and it’s not showing up anywhere on the nav bar. It does how up when I click “View” page in the admin area.

    I am not a PHP person, so please be specific if I need to change code. Thanks so much!

    Woody

    Greetings

    I am using WP 3.0.4 and the latest MyPageOrder version.

    My site is ‘https://offsetdebt.net&#8217; – the pages are not ordering for some reason??

    I am expecting some heavy national press exposure in the morning! What do I need to change (apologies for the short notice)….

    I am using the ‘Arjuna’ theme.

    AD

    Plugin Author froman118

    (@froman118)

    Fathom,

    In header.php change this line

    <?php foreach(get_pages() as $page) {

    to this

    <?php foreach(get_pages('sort_column=menu_order') as $page) {

    Plugin Author froman118

    (@froman118)

    woody,

    I can’t find where you got your theme, but ahead and email me your header.php file to [email protected].

    Andrew

    Plugin Author froman118

    (@froman118)

    arthurd,

    Looking at the theme’s code it seems there are theme options in the Admin area where you can configure things like the navigation menu showing pages or categories. There should be an option to sort pages by the “menu_order”.

    Andrew

Viewing 15 replies - 31 through 45 (of 49 total)
  • The topic ‘[Plugin: My Page Order] not changing the order on the site’ is closed to new replies.