About Sridhar Katakam
I am an independent WordPress web consultant with 10 years of experience in WordPress theme installation, customization, administration, maintenance, support, documentation, troubleshooting and PSD/design to WP.
Genesis and WordPress Tutorials
Session expired
Please log in again. The login page will open in a new tab. After logging in you can close it and return to this page.
Thanks for your blogs, Sridhar! What is the trick to only hide the logo area in the homepage (i.e. have a header area with only the header-right menu on the homepage)
Add this CSS:
.site-title {
text-indent: -9999em;
}
This removes the logo from all pages, but from here it is simple to hide it only for the homepage only:
.home .site-title {
text-indent: -9999em;
}
So thanks for you help! Keep up the good work.
how would you do this using the minimum pro theme?
Add this instead in functions.php: http://pastebin.com/raw.php?i=0QMpx2G4
Do you know how you would do this for the Metro Pro theme? I tried
article .entry-header {
display: none;
}
in the CSS but as you can imagine that deleted all titles on all of the pages. I just want to get rid of HOME on the home page
I really appreciate your site here…strange question: I either need to add a current date to the custom header in Header Right, or remove the header from ALL pages. Currently, after using the process above, I’m using a primary menu with the date added as a primary navigation extra on the home page. Inside pages have two header menus.. Advice?
Thanks much
Let’s continue at http://www.studiopress.com/forums/topic/agency-pro-remove-native-header-or-need-current-date/
hi Sridhar, i make use of a secondary navigation menu. how to remove that from the homepage? thanks