Displaying author only in a specific category

Posted in: Newspaper
Post count: 9

On our website we want the authors to be hidden less in the columnist’s section. Is there any way to make it easy? or how can we insert a code to make the difference with CSS to know which author to show and which does not depend on the category of the page?

Post count: 20688

Hi,

I would require some more details, as many as possible. Where you want it removed from exactly and a link to such a page. Also should it work only for some pages or for all, what conditions are required, maybe it could be done with some CSS.

Thanks

Post count: 3

hi
i need the same help. i have a multiple categories but i want to show authors only columnists category posts. i can add posts author section with tag div composer but i need one category or author condition for css display. Can i do that codeless. Or where can i change the code display only selected authors. i try simple author plugin but that did not work.

  • This reply was modified 6 years by syrach.
Post count: 3

i solved it by jquery css that is bad solution. But solution.

Post count: 3

<script>
if(jQuery("div.tdb-author-box a.tdb-author-name").length > 0 && jQuery("div.tdb-author-box a.tdb-author-name").html() == "YOUR AUTHOR NAME IS HERE"){ jQuery("div.tdb-author-box").css("display", "none"); }
</script>

Post count: 35449

Hi,

There is no problem with above code, it should work without problems with the theme.

Thank you!

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