In a recent post I showed how to remove the post info from all posts and archive pages in Whitespace Pro. I received the question how to remove the post info only from the front page. In principal, you would need a pretty straight-forward if-statement to target only the front page of Whitespace Pro. But yet again, Whitespace Pro has a little surprise in stock for … [Read more...] about Removing the post info from the Whitespace Pro front page
Posts Tagged Whitespace Pro
Removing the post info from Whitespace Pro
In the Genesis Framework the post info can usually be removed by using this code snippet from http://my.studiopress.com/snippets/entry-header/ The Whitespace Pro theme, however, represents a little exception. The Whitespace Pro functions.php file is repositioning the entry meta with a priority of 7. This means that the usual code snippet cannot work. Luckily … [Read more...] about Removing the post info from Whitespace Pro