Forums Forums Search & Filter Pro Author Meta Not Showing on Archive Page

Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Anonymous
    #152316

    Hello,

    On my archive page, I’m using is_author() to display the author name, bio and some other info from their profile. However, if I enable your plugin, none of the data is shown.

    I’ve tried creating a separate author.php page but same issue. Once I disable your plugin, all the data is shown as expected.

    Any idea why this is happening and how it can be fixed?

    Thanks,
    Ryan

    Trevor
    #152323

    is_author() is used to check if a page is an author page. Not to display author data.

    get_the_author() fetches the author of a post.

    Is that what the problem is?

    Anonymous
    #152400

    Thanks for the feedback. On my archive.php page (from the _s theme), I use is_author to check the page and then use get_the_author(). BUT, with the plugin enabled, get_the_author() doesn’t work.

    Trevor
    #152402
    This reply has been marked as private.
Viewing 4 posts - 1 through 4 (of 4 total)