By rory-- on
Headers are inserted regardless of what page they're on. I want to keep the header for certain pages (forums, namely), and remove them for other things. Similarly, I want forum breadcrumbs but nowhere else. How could I set it up so my forum displays these things without them appearing on other pages?
Comments
hi for this ?
hi for this you have to write some php code in your page.tpl.php its not a tough task...
What exactly am I looking to
What exactly am I looking to do, though? Do I alter the title/breadcrumb code? If so, what conditionals am I attempting?
hi just do these changes
I did this type of thing in my site and i have written some code in page.tpl.php
In your page.tpl.php file you will find this line replace with these codes
you can use these codes
1)
or
2)
or
3)
Thanks for the suggestions -
Thanks for the suggestions - I used the following snippet to set the breadcrumb to only display on blog pages, admin pages, and the main blog page:
__________________
Personal site: www.jeffgeerling.com