• Everything is installed and working properly but I need to modify my tagline. More specifically I am looking to insert line breaks as I would like it to be a multi-line tagline.
    I’ve tried just about everything (including adding text to the<?php bloginfo(‘description’); ?> tag) barring a brute force rewrite within the database (beyond my skills).

    Still – it ain’t happening.
    Any workaround?
    Thx.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Remove that bit of php.

    It’s probably something like
    <h2><?php bloginfo('description'); ?></h2>
    so why not

    <h2>This is my tag line<br />and here is a second line</h2>

    That doable?

    Thread Starter paulweber

    (@paulweber)

    ??
    Right. I guess I just wanted to do something hard-core enough to justify my place on Earth ??

    Sometimes going back to the basics IS the best solution…

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Tweaking an existing tagline?’ is closed to new replies.