Viewing 6 replies - 1 through 6 (of 6 total)
  • Hey there,

    Have you tried disabling all the plugins on your site? Thanks!

    Thread Starter ordresser

    (@ordresser)

    Yes, but just went and deactivated them all again to check. Makes no difference if there are no plugins at all.

    Thread Starter ordresser

    (@ordresser)

    Was that the full extent of your “support”?

    “did you try disabling plugins?”

    In your child theme’s stylesheet, you’ve got this code:

    .author {
      display: none;
    }

    It looks like you were using that code to hide the author’s information on posts, but unfortunately, WordPress uses that same class on the <body> tag when you’re viewing an author’s archive, so the end result is that you’re accidentally hiding everything on an author’s archive page.

    From what I can tell, you could delete that code from your child theme’s stylesheet and you’ll still be hiding the author’s information on posts.

    Thread Starter ordresser

    (@ordresser)

    You were absolutely right. I removed that and the author display displays.

    Thanks

    (Question resolved)

    On this topic, how do we get the author bio to show up under the page header, just like category descriptions do? I’ve setup a template but can’t seem to make it work correctly.

    I’ve also posted here: https://www.ads-software.com/support/topic/author-page-bio/

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘No author page?’ is closed to new replies.