Have Author, date & Comment Box only on Single Pages

Posted in: Newsmag
Post count: 196

Hello,
I wanted the author, date and comment box to not show up on the homepage, but only on single pages. How can I go about doing this?

Post count: 7909

Hi,

Please comment or delete those in module files: http://screencast.com/t/U6EPuwePe
Or you can hide via custom css, if you want this solution please try this custom css in Theme Panel > Custom Css:

.page .td_module_wrap .meta-info {
display: none;
}

Thanks!

Post count: 196

Hello Alin,
For method one, I removed the <?php echo $this->get_date();?> from every module, but still shows.

When I add the code you shared:
.page .td_module_wrap .meta-info {
display: none;
}

Not only does it remove the post titles on block 14 (we are using it as a slider), but you can see it load then disappear.

To fill you in, I am using a child theme, based off the main theme. You can see it live here:

http://www.sneakerfiles.com/oncourt/

Also the URL is a demo site we will eventually move to the homepage (sneakerfiles.com) so if that helps anything…

Post count: 6600
Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newsmag’ is closed to new topics and replies.