• Resolved gorfeas

    (@gorfeas)


    Is it possible to include site title and tagline in the header of the Qi theme?

Viewing 1 replies (of 1 total)
  • Theme Author Qode

    (@qodeinteractive)

    Hi there,

    We assume you are using the Qode Essential plugin which comes included within the theme.
    If this is the case the site title will be shown in the title area however the tagline is not visible and you can though edit the file on this path:

    /wp-content/plugins/qode-essential-addons/inc/title/layouts/standard/templates/standard.php

    on line 7 please replace the current code with this one:

    <?php echo wp_kses_post( qode_essential_addons_get_page_title_text() . ':' . get_bloginfo('description') ); ?>

    We hope this helped! ??

    Best,
    Qode

Viewing 1 replies (of 1 total)
  • The topic ‘show site title and tagline in Qi theme’ is closed to new replies.