Results 1 to 10 of 10

Thread: I can't get my Custom Menu to appear??

  1. #1
    Member au2009's Avatar
    Join Date
    Sep 2009
    Location
    Australia
    Posts
    62
    Thanks
    0
    Thanked 0 Times in 0 Posts

    I can't get my Custom Menu to appear??

    I can't get my Custom Menu to appear?

    I've registered the custom menu function in functions.php ...

    /**
    * add any of your custom functions below this section
    */
    if (function_exists('add_theme_support')) {
    add_theme_support('menus');
    }

    I've added the code to Header.php ...

    <ul id="nav">
    <li class="first"><a href="<?php echo get_option('home')?>"><?php _e('Home','cp'); ?></a></li>
    <li><a href="#" onclick="toggle_slide('adv_categories'); return false;"><?php _e('Suburbs','cp'); ?></a><a href="#" onclick="toggle_slide('adv_categories'); return false;"><img src="<?php bloginfo('template_url'); ?>/images/menu_downarrow.gif" width="9" height="5" alt="&dArr;" class="dropdown" /></a></li>
    <?php wp_nav_menu('menu=MainMenu'); ?>
    <?php wp_list_pages('sort_column=menu_order&depth=0&titl e_li=0&exclude='.get_option('cp_excluded_pages')); ?>

    <?php if (get_option('cp_enable_blog') == 'yes') { ?>
    <li><a href="<?php echo CP_BLOG_URL ?>"><?php echo get_cat_name(cp_get_blog_catid()); ?></a></li>
    <?php } ?>
    </ul>

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,697
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

  3. #3
    Member au2009's Avatar
    Join Date
    Sep 2009
    Location
    Australia
    Posts
    62
    Thanks
    0
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  4. #4
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,697
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

  5. #5
    Member au2009's Avatar
    Join Date
    Sep 2009
    Location
    Australia
    Posts
    62
    Thanks
    0
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  6. #6
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,697
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

  7. #7
    Member au2009's Avatar
    Join Date
    Sep 2009
    Location
    Australia
    Posts
    62
    Thanks
    0
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  8. #8
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,697
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

  9. #9
    Member au2009's Avatar
    Join Date
    Sep 2009
    Location
    Australia
    Posts
    62
    Thanks
    0
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  10. #10
    drewrowland's Avatar
    Join Date
    Nov 2010
    Posts
    42
    Thanks
    1
    Thanked 1 Time in 1 Post
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [MOD NEEDED] Menu
    By pinocchio in forum ClassiPress General Discussion
    Replies: 6
    Last Post: October 13th, 2010, 05:16 AM
  2. [SOLVED] Change text colour of custom menu in footer
    By ssmedia in forum ClassiPress General Discussion
    Replies: 10
    Last Post: September 14th, 2010, 09:05 AM
  3. Replies: 1
    Last Post: July 25th, 2010, 09:17 AM
  4. Custom Taxonomies and custom post types in Classipress
    By carlos takemura in forum ClassiPress General Discussion
    Replies: 1
    Last Post: July 8th, 2010, 03:26 PM