Viewing 6 replies - 1 through 6 (of 6 total)
  • to show the Tagline with the Site Title

    when? all the time?

    if for all web pages, try and remove the conditional statement:

    <title><?php bloginfo('name'); echo ' - '; bloginfo('description');  wp_title(); ?></title>
    Thread Starter fuente_salus

    (@fuente_salus)

    Hi alchymyth!!
    Thanks for your help, but it doesn’t work.
    Yes, all the time. I would like to show Site Title and Tagline on the same row (Tagline just behind Site Title) on the header.
    Let’s say my site title is “Salus” and tagline is “the best”, so i would like to show on the header “Salus the best” (all the time).
    Thanks

    I would like to show Site Title and Tagline on the same row (Tagline just behind Site Title) on the header.

    what you posted was the meta title;
    to show the tagline on the header, look further down in the code of header.php, for something possibly with bloginfo('name');

    or paste the full code of header.php into a pastebin and post the link to it here – HOW-TO.

    it might help if you can post a link to your site as well.

    Thread Starter fuente_salus

    (@fuente_salus)

    I mean the “Site Title” and the “Tagline” which is under Settings>General “General Settings” from WP.
    Maybe this is the meta title.
    I am running it ofline, therefore i can not link it.
    Here is my header.php code

    [ Code moderated. For more than 10 lines of code please pastebin.com instead. ]

    thanks!!

    Thread Starter fuente_salus

    (@fuente_salus)

    Thread Starter fuente_salus

    (@fuente_salus)

    no help?? ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Theme: zeeSynergie] Tagline (description)’ is closed to new replies.