Hi there, new to the forum as couldn't find an answer on the web. I have a static front page and don't want people to see the "add comment or "posted by" lines and icons on it. Fine for other pages just not the Static. Can it be done?
Hi there, new to the forum as couldn't find an answer on the web. I have a static front page and don't want people to see the "add comment or "posted by" lines and icons on it. Fine for other pages just not the Static. Can it be done?
for code in static pages, look into page.php of your theme (could be different depending on the theme)
you might need to wrap the respective code into a conditional statement using one of the conditional wordpress tags http://codex.wordpress.org/Conditional_Tags such as is_front_page()
to have someone check if there might be css solution, please post alink to our site.
You must log in to post.