Remove/Disable Author Info From Specific Posts?

Posted in: Newspaper
Post count: 5

If possible, I would like to disable certain posts from displaying authorboxes and author meta information.

Any ideas/recommendations for if this is doable?

Post count: 23312

Hello scoutfund,

If you want to disable the meta info for a certain post, you will have to use the own post id like this -> http://screencast.com/t/7XbxhIJSv

.postid-344 .td-module-meta-info{
display:none;
}

Hope this helps!

Thanks for your understanding!

Post count: 5

In looking for a to allow the other non-code-savvy writers on the site the ability to omit the upper author meta info and the lower author bio box on any given post, I’ve come up with the following solution:

Installed the WP Add Custom CSS plugin, which puts adds an entry entry box into the Add New Post page.

Instructed authors that if they wish to omit author information, they should paste the following code into that Custom CSS box.

.td-post-author-name {
    display: none;

}

.author-box-wrap {
    display: none;
    
}

There may be a more elegant way to accomplish this, but it works for our writers…

  • This reply was modified 9 years by scoutfund.
Post count: 23312

Hello scoutfund,

I am glad that you have solved your problem. Also, please notice that we cannot recommend this plugin because it is not tested with the theme.

Thanks for your understanding!

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