Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Forum: Fixing WordPress
    In reply to: Add page to menu
    Thread Starter rtica3

    (@rtica3)

    Hi. Are you still out there? So I changed include to exclude and thought I had fixed it, but then pages/links that I didn’t want there appeared. All but 1 (the home page blurb under the slider) is actually in use, so I thought – well if I make those pages drafts, it won’t pull them for the menu, but then even some of the published pages that were there before that I want don’t show up. Thoughts? There seems to be no rhyme or reason. Is there something I need to add to the php to pull certain pages? Or a setting for the pages I want?

    Forum: Fixing WordPress
    In reply to: Fatal Error
    Thread Starter rtica3

    (@rtica3)

    Thank you very much for your response. The file was from my theme. From using firebug it looks like the error is within that search field area, but as far as I can tell I don’t have any plugins that would be related to the search field. Sorry, I use Joomla more than wordpress and am not too great at php – I didn’t build this site, I am just jumping in trying to edit it so it is hard for me to troubleshoot.

    I will try your suggestions and see if some trial and error will help.

    Thanks!

    Forum: Fixing WordPress
    In reply to: Add page to menu
    Thread Starter rtica3

    (@rtica3)

    Ah – it has this:

    <?php
    if ( get_option(SHORTNAME.”_mainnavhome”) != ”){ $prosto_mainnav = ‘show_home=’ . get_option(SHORTNAME.”_mainnavhome”); } else {$prosto_mainnav = ‘show_home=1’;}
    if( get_option(SHORTNAME.”_mainnav”) != ”) {$prosto_mainnav .= ‘&sort_column=menu_order&include=’ . get_option(SHORTNAME.”_mainnav”); wp_page_menu($prosto_mainnav);} else {wp_page_menu();}
    ?>

    So what do I change? php is so mysterious… 😉

    Thank you!!!

    Forum: Fixing WordPress
    In reply to: Add page to menu
    Thread Starter rtica3

    (@rtica3)

    Ugh. Searched all of the .php files and didn’t find it… it has to be in one of the template php files, right? Geeze, kind of crazy it is so complicated to add a menu item, I’ve been trying to figure this out for hours!

    Forum: Fixing WordPress
    In reply to: Add page to menu
    Thread Starter rtica3

    (@rtica3)

    Ok, thank you, I will try to find it 🙂 Would this be under Editor?

    Forum: Fixing WordPress
    In reply to: Add page to menu
    Thread Starter rtica3

    (@rtica3)

    Thank you for your response. There are 11 plugins activated but none of them have to do with any menus. I find it so weird that the other pages are showing up that are set up the same exact way – and they have the same settings?

Viewing 6 replies - 1 through 6 (of 6 total)