• resunoiz

    (@resunoiz)


    is possible to make visible rendition tabs in ALL pages in header, instead in homepage only?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Brian Harris

    (@zgani)

    Yes it is possible via a child theme.

    Copy header.php to your child theme and then place the following code

    if ( get_theme_mod( 'rendition_tabs_visibility' ) != 1 ) {
        get_template_part( 'parts/header-tabs' );
    }

    just below the code @line 58 – it must be within the PHP tags for it to work.

    Zulf

    Thread Starter resunoiz

    (@resunoiz)

    thanks zulf!and if I’d like to use the tabs directly as link to click? is it possible? especially for non-home?

    Theme Author Brian Harris

    (@zgani)

    It is possible but would require some knowledge of PHP coding as you’ll need to change a few things via a child theme.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Rendition tabs visible in all pages’ is closed to new replies.