• Resolved desmenschenwerk

    (@desmenschenwerk)


    How can I hide the author box after a post. I’m using a Child Theme of Ignite Plus and I tried it a few times using “design/custimize/post author info” and set it to “hide” but the box always is displayed.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks for upgrading to Ignite Plus! There’s a few things that might be happening, we’ll get to the bottom of it ??

    First, it may be a simple caching issue. Do you use a plugin like W3 Total Cache or WP Super Cache? If so, after updating the Customizer option to hide the post author info box, empty the cache, visit your site and do a full refresh.

    If that doesn’t work, have you edited the content.php file in your child theme? If so, make sure line 42 has the conditional check for the show/hide setting:

    if(get_theme_mod('ct_ignite_author_meta_settings') == 'show')

    If neither of those works, please post a link to your site here and I’ll take a closer look.

    Thread Starter desmenschenwerk

    (@desmenschenwerk)

    Thanks. Just as simple as you think … “cachify” was the reason.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘can't hide author box’ is closed to new replies.