Hide Specific Author name

Posted in: Newspaper
Post count: 7

Greetings. Firstly thanks for this awesome theme! I would like to know if its possible to hide a specific author name on specific posts. For example with my account i want to publish news but i dont want my name on them, also with same account, i want my name to be seen when i publish something on my articles.

It would be great if its possible.

Thanks alot.

Post count: 22421

Hello,
Unfortunately there is no option for this in the theme but you can use a bit of CSS to hide author name on specific posts: http://screencast.com/t/MLEynQa6zY
Every post has a specific ID on the body tag. You need to identify this id and then use it to hide the author like so:

.postid-196 .td-post-author-name{
display:none!important;
}

I hope this helps.
Thank you!

Post count: 7

That would be alot of burden considering publishing too many news. I wonder if you could develop hide author panel on publishing screen in the future, that would be of great help to users whom desire the same option.

Post count: 22421

Hi,
There is an option to hide the author in the theme panel, but this does it for the whole site, nut just specific posts. Maybe in a future update we will be able to implement such an option.
Thank you!

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