How to hide author box in certain posts?

Posted in: Newspaper
Post count: 66

Hi guys,

I love the author box, but I’d like to use it only on posts that have a REAL author, not admin-type announcements or re-written press releases … is it possible to hide the author box for certain authors?

Thanks,

Serg

Post count: 3343

Hi,
Yes, replace this code: http://screencast.com/t/agBB1xPA with this:

<?php if ($post->post_author != '1') {
                echo $td_mod_single->get_author_box();
            } ?>

1 is the author ID

Thanks!

Post count: 66

For the record, this worked perfectly, thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.