autor box just on the post which we want?

Posted in: Newspaper
Post count: 129

autor box just on the post which we want? is it possible ? because some of my post wont be mine, that post i want to sign an author who is not on my site, at the bottom of the text

Post count: 1291

Hi,

You can doit using a plugin like Advanced Custom Fields, take a look here for an example – https://forum.tagdiv.com/topic/function-to-hide-ads-and-function-to-show-author/

Basically you need to create a checkbox that will appear on each post editing area, and a condition on the author box to appear only when the box is unchecked, you can find the author box function here – http://screencast.com/t/EVD3CDvhYHkM

Thank you, Emil G.

Post count: 129

Hi Emil,
uh, i don’t know do that, i will look some tutorials, i hope i will fix that, it is very important to me,
if you have some more suggestion, please…

thank you for your support

Post count: 159

Use the “Custom Field” Plugin as described with type yes/no

In loop-single.php use this code:

<?php if (!get_field('your_customfield_name')) {
echo $td_mod_single->get_author_box();
} else {}
;?>

Post count: 129

Thanks,
i will try

Post count: 129

Hi mbasche
i did everything like you and Emil told to me, and i get the check box, but it doesn’t work… i can click hide author and i do it but it doesn’t work 🙁
there is still my author box at the end of text

Post count: 159

Then you did something wrong. Maybe you show me your settings via screenshot…

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