Anybody that can tell me how to remove the navigation bars (for pages and posts) from post pages and not from homepage and actual pages? Thanks!
which theme you are using? the place you need to change depends upon the theme (how the code is placed). so if you provide the theme name and your website url, it will be easier to help. thanks
Heatmap. I'm trying to get familiar with conditional tags right now. In anycase, do you know where navigation.php or whatever is? I need it in home and pages only... Thanks for your time!
Show us your theme or your site then only we can help better. If not we will be telling something and you will be searching somewhere. As mentioned earlier, it depends on how the theme was coded.
I have used heatmap theme several years ago at the time when it first came out and that too on one of my websites which I sold off. So, cannot be sure about the exact positions. But it is quite simple for any wordpress theme. Delete the navigation bar .. it is demarcated by start <!-- The Nav Bar --> and end also nav bar hidden code. So, just delete the code in between those in single.php and page.php
Thanks for your time, guys. I ended up using conditional tags in php, so it's the navigation bar is there on the homepage, but not in posts. It works exactly as I wanted. Thanks again!