Date only on single pages

Posted in: Newsmag
Post count: 217

Hi,

I want to show the date only on single pages. But if I uncheck the box in the theme settings, the date goes away on front page AND single pages. How can I achieve this?

Thanks!

Post count: 6535

Hi

By default the theme doesn’t have an option to display the date only for pages, but you can add a condition in td_module.php to achieve that: http://screencast.com/t/zdWcNXcFNUk4http://screencast.com/t/uuq0V4a3

if (is_single()) {
return;
}

Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newsmag’ is closed to new topics and replies.