Display Tagline

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #19055
    ryuseirecca
    Member

    Can I display tagline or it has replaced by site logo?

    #19057
    ryuseirecca
    Member

    I attach idea/suggestion/requirement from client about web design. Can the tagline is displayed and set like the design?

    [attachment file=”2016-02-04 10_03_33-Ide Tampilan Web – PowerPoint.png”]

    #19073
    Veena
    Moderator

    To display tagline you need to modify file framework/functions/header-title-area.php line no:36 to

    $display_desc = true;
    

    also change line no:38 to

    echo '
    '; bloginfo('description'); echo '
    ';

    And you need to style it to achieve that design.
    Or you can add site tagline as an image.

    #19224
    ryuseirecca
    Member

    What do you mean “add site tagline as image”? Do I try to add tagline with logo and set it to logo site?

    #19253
    Veena
    Moderator

    Yes you can try that way, but i am not sure how well it works with your site since your sitetagline seems bigger and lengthy.

    #19280
    ryuseirecca
    Member

    yeah, but with logo + tagline (I resize to 160 px), my problem with primary menu (in my other thread) seems fixed 🙂

    #19289
    Veena
    Moderator

    Glad that you found the solution and thanks for letting us know.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Display Tagline’ is closed to new replies.