dancigers
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How to hide the header h1 in only my front page?Changed it to front_page and it worked! Zoonini and Alchymth, thank you very much!
Forum: Themes and Templates
In reply to: How to hide the header h1 in only my front page?OK, thanks so much! VERY close now. using this:
<?php if (!is_home()): ?> your h1 line goes here <?php endif; ?>the h1 does not display on my Blog page. However, I’d like this feature on my static front page rather than the blog page (I guess in the code “home” is still the blog). In the above code, how should I re-name the “home” part to indicate my static front page?
Forum: Themes and Templates
In reply to: How to hide the header h1 in only my front page?And here is the page.php code:
http://pastebin.com/u/brucemadboxForum: Themes and Templates
In reply to: How to hide the header h1 in only my front page?I’m just using the wordpress option to use a static page as the homepage, no special templates… As far as I can tell, the only thing generating the h1 tag is the CSS sheet. I’m using the Modern theme and this theme comes with no home.php and the header.php is blank. There is a page.php, which is pasted above. I’ll paste the css into a pastebin…
http://pastebin.com/u/brucemadbox
hope this helps, and thanks again.Forum: Themes and Templates
In reply to: How to hide the header h1 in only my front page?If helpful, the site is http://markdancigers.com.
Forum: Themes and Templates
In reply to: How to hide the header h1 in only my front page?Zoonini,
Couldn’t quite figure out what to put in the “h1 line goes here” part of the code. Here is the code to my page.php. Seems to be the only template file at work; the header.php is blank.[Code moderated as per the Forum Rules. Please use the pastebin]
Thanks again for any help!
Forum: Themes and Templates
In reply to: How to hide the header h1 in only my front page?Great, thanks so much for the reply. I will try to PHP code solution: using that code in the CSS, the H1 header doesn’t display on all pages. Will report back with results…