• wp.rook

    (@wordpressrook)


    Can I set up my blog in such a way that when I post an entry it will ‘sign’ the post with my photo, and then when my wife posts an entry to the same blog, it will sign it with her photo?

Viewing 1 replies (of 1 total)
  • If the posts were filed under separate categories, then perhaps you could use something like:

    <?php if(in_category('Fred') echo '<img src="path_to/fred.jpg" width="xx" height="yy" alt="" />';
    elseif(in_category('Mary') echo '<img src="path_to/mary.jpg" width="xx" height="yy" alt="" />';
    ?>
Viewing 1 replies (of 1 total)
  • The topic ‘one blog, multiple bloggers’ is closed to new replies.