Recent Topics

1 Dec 02, 2012 23:47    

Does anyone know how to hide the published date on PAGES but not POSTS? OR, as an alternative - only hide the published date when there is no title to a post? Both options would certainly be useful. I know how to remove the published date globally, but I want to keep it on posts with titles, just not pages or posts without titles. Any help?

Example: http://humanrally.com/blogs/index.php/Home/important-and-wonderful-websites - this is a PAGE and you'll notice the published date at the top. I want that gone, but not gone on my regular posts on the home page.

2 Dec 03, 2012 15:31

For this kind of customization, you need to edit the skin files.

If you know a little bit of PHP you will be able to customize this with something like

if( $disp == 'page' )
{ ... }

3 Dec 03, 2012 22:51

Thanks François, I'm totally comfortable editing code, I just don't know WHAT to code. I'm hoping someone can help out with what to add - I really don't know enough to write code from scratch, just edit what's there...


Form is loading...