disable comment count and author name on home page.

Posted in: Newspaper
Post count: 376

Can I enter a specific number of post to show on my homepage? Currently there 6. See here. http://Interestinganswers.com

Post count: 1043

To disable author name on homepage and comment count, post this in Newspaper>Theme Panel>Custom Code>Custom CSS on your WordPress Dashboard

.td-post-author-name, .td-module-comments {
display: none;
}

To show a specific number of posts on the homepage, go to WordPress dashboard and click on Settings>Reading and under “Blog pages show at most” box, put the number of posts you want to show on homepage and save.

Note: If you decide to use a custom homepage, some of these settings might change.

Post count: 376

Thanks so much. The comment count is gone but the author name still shows up.

This is what I pasted..

td-post-author-name, .td-module-comments {

display: none;
}

Post count: 1043

You left a decimal point before the code .td-post-author-name the correct code is .td-post-author-name, .td-module-comments {
display: none;
}
. Copy it as it is.

Post count: 376

doh. Thanks

Post count: 1043

You’re welcome.

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