Quantcast
Channel: Site5 Free Premium WordPress Themes » All Posts
Viewing all articles
Browse latest Browse all 8865

Reply To: How do I suppress the Menu only on the Home Page?

$
0
0

To display it on all pages except homepage:

1) Add this after <!– begin nav –>

<?php if( is_home() || is_front_page() ) : ?>
<?php else: ?>

2) Add this before <!– end nav –>
<?php endif; ?>

Guido


Viewing all articles
Browse latest Browse all 8865

Trending Articles