Posted By

kristarella on 03/23/09


Tagged

wordpress thesiswp


Versions (?)


Advertising

Website Promotion DIRECTORY is a crucial factor for all websites that need to gain better organic search engine rankings and increase website traffic.
Submitting your website as part of your Web Promotion strategy to our SEO friendly and high traffic Business Directory for review is an excellent way to gain a valuable backlink and increase your websites visibility online.

Submit Site


Who likes this?

4 people have marked this snippet as a favorite

girliegeek
mlangfeld
tmbrenneke
joelhaus


Rearrange Thesis nav


Published in: PHP 






URL: http://diythemes.com/forums/thesis-customization/4512-custom-menus-if-cat-two-menus-if-else-one-menu.html#post23140

Expand | Embed | Plain Text
  1. function custom_nav_menu() { ?>
  2. your custom menu
  3. <?php }
  4.  
  5. function place_menu() {
  6. if (is_single() && in_category(array('5','6','7')) || is_category(array('5','6','7'))) {
  7. add_action('thesis_hook_after_header', 'custom_nav_menu');
  8. } else {
  9. remove_action('thesis_hook_before_header','thesis_nav_menu');
  10. add_action('thesis_hook_after_header','thesis_nav_menu');
  11. }
  12. }
  13. add_action('thesis_hook_before_html','place_menu');

Report this snippet 

You need to login to post a comment.

Download royalty free graphics