ASK: Hiding Some Authors Profile On Post

Posted in: Newsmag
Post count: 152

Dear master. I have 6 Authors for my blog and I want to hide profile 3 of them on their posts. But I want to show 3 others.

Please, advise me on it.

Sorry for my bad English.

Anyway thanks

Post count: 23312

Hello Syams,

Please provide the exact link from where you want to hide the authors. I need to know these details so I will be able to provide a more accurate code.

Thanks for the message!

Post count: 152
Post count: 23312

Hello Syams,

Do you are referring to the Author card which is displayed on each post page, like this -> https://www.screencast.com/t/kVkmwxCId44 If you want to hide it for a specific post, you should use a bit of CSS code to do this.

The code is here ->

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

The result is here -> https://www.screencast.com/t/mDVuxuqWI2

Thanks for the message!

Post count: 152

No, i mean. I want to hide some authors box. and some others

Post count: 23312

Hello Syams,

Please keep in mind that our theme uses two author elements like Author Box for pages and Author Card for each post. I have inspected your pages and I did not saw this element. Please provide all the essential details so I can provide a more accurate response. Show me what you want to hide from your site…also you must provide some useful screenshots for a better understanding.

Thanks for the message!

Post count: 152

ya, i mean author card for each post. How to show one person, and hide one other?

Post count: 23312

Hello Syams,

If you look above, I gave you a custom CSS code which hides the Author card for a certain post. Please keep in mind that the Author Card will display only the author of the post.
If you want anything else, please provide more details, sorry!

Thanks for your message!

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