Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter mrjap1

    (@mrjap1)

    Hello alchymyth,

    Thank you for your help… I very much appreciate it.
    This is the code in my functions.php that I’m using to power my menus.

    How would I integrate or use new a php code to get my selected / current page to show? What do you suggest?

    //Navigation
       add_action('init','register_custom_menu');
       function register_custom_menu(){
       register_nav_menu('custom_menu',__('Custom Menu'));
       }
    
      //Footer Navigation
       add_action('init','register_custom_menu');
       function register_custom_foot_menu(){
       register_nav_menu('custom_foot_menu',__('Custom Footer Menu'));
       }

    thx
    mrjap1

    Thread Starter mrjap1

    (@mrjap1)

    my apologies

    Thread Starter mrjap1

    (@mrjap1)

    Hello JarretC,

    Thank you sooo very much… I did not have the apache rewrite_module enabled. That helped! No more problems with my navigation functioning properly.

    Okay. I do not know where this is coming from… NOW I am getting this css code below above my pages when I now click on the page navigation. The code is displaying on top of my page and pushing the real content much lower. How do I get rid of this?

    <em>contact -
    .recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}
    #wpadminbar { display:none; }
    html { margin-top: 28px !important; } * html body { margin-top: 28px !important; }</em>

    ANOTHER QUESTION:
    Is there a way I can make my content for each of my pages editable in word press?

    Thx,
    mrjap1

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