Hi!
I have two of articles in my page, some from authors (“collaborators”) and some of other media. In this articles I don’t want to show the author (the administrador, it means I) because is enough with the source. How can I hide my profile in bottom of post?
Hello~
I appreciate that your newspaper 7 thema. It’s very nice thema.
Ask you something.
I want to that use facebook development’s like and share script source insted of your sharing option.
Otherwise, I don’t want to your sharing option in post setting thema.
(top article sharing and Top article like/tweet..)
How can I do that?
Where is the insert space?
Please answer to me.
-
This reply was modified 9 years by
nanumcorp.
Hi, excuse me but I don’t understand what you say. I was asking for the author profile in the bottom of posts…and nothing with ¿facebook? really no.
Hello,
@nanumcorp replied in the other topic. It’s best practice to post your own topic though.
@Sebastian Escobar This topic should help you hide certain authors: https://forum.tagdiv.com/topic/hide-authors-box-of-a-certain-author/
Thank you!
Excuse me, I mistake the forum and answer in the other, that is resolved.
Here are:
I complete line 853 of td_module_single_base.php with:
$buffy .= ‘<div class=”author-box-wrap ‘ . get_the_author_meta(‘display_name’, $author_id) . ‘ “>’;
And add in custom css:
.author-box-wrap.Maricel7{
display:none;
}
(with my administrator name)
But still I have the admin box in the post, that I don’t want.
There are some error?
Thanks!
Excuse me again. I answered in https://forum.tagdiv.com/topic/hide-authors-box-of-a-certain-author/#post-167840