• Resolved pallisvans

    (@pallisvans)


    Hi, when using the display tag for author name it also shows the author name on the regular posts in the blog. I’m using as instructed:

    <?php if (function_exists('usp_author_link')) usp_author_link(); ?>

    I’m using a specific category for user submitted posts – is it possible to show the author name only in that category as a workaround?

    http://wordpress.org/extend/plugins/user-submitted-posts/

Viewing 1 replies (of 1 total)
  • Thread Starter pallisvans

    (@pallisvans)

    Ok, figured it out. Just had to delete:

    } else {
    		the_author_posts_link();

    in template-tags.php

Viewing 1 replies (of 1 total)
  • The topic ‘Author name also posted in regular posts by admin’ is closed to new replies.