badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Decode html in site tagline

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #8587
    Mitchell
    Participant

    I need to have multiple lines with links in my site tagline. I’m not sure where the theme calls bloginfo(‘description’) – I think simply replacing that with echo html_entity_decode(get_bloginfo(‘description’)); would work, but I don’t know where to put it, or if it needs to be in more than one place. Help?

    #8620
    Sanjip Shah
    Participant

    The blog description code is located in theme folder->library folder->structure folder->header-extensions.php file. Look for the lines around 245. Hope this helps.

    #8707
    Mitchell
    Participant

    That did it. Replaced the line with :
    <h2 id=”site-description”><?php echo html_entity_decode(get_bloginfo(‘description’)); ?></h2>

    #8725

    ok Great Mitchell

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.