• Moderator Steven Stern (sterndata)

    (@sterndata)


    Volunteer Forum Moderator

    I have checked the option to use Issuem Author name instead of the WP author and the correct text is displayed. However, the text is displayed as a link to the WP author’s list of posts. Is there a hook or filter to disable that link on on an “article” page?

    (Using _s as my theme.)

    https://ww.wp.xz.cn/plugins/issuem/

Viewing 1 replies (of 1 total)
  • Plugin Author Lew Ayotte

    (@layotte)

    Hi Steven,

    The output for the author is usually determined by your theme’s templates. You’ll probably want to copy the single.php file and create a new file single-article.php in your theme folder. Then modify the line that outputs the Author information. You can use the function get_issuem_author_name( $post ) to get the Author name from the text field. And then output it appropriately.

    I hope this helps.
    Lew

Viewing 1 replies (of 1 total)

The topic ‘Byline Link’ is closed to new replies.