Theme Support Forum

Support Forum for Free and Premium Themes. Premium Theme Forums are Private! Please log in first to see the Premium forums

Viewing 5 posts - 1 through 5 (of 5 total)

Title shown appended with pipe (|) in browser url for every post title

Home Forums Free Theme Support Zenon Lite Title shown appended with pipe (|) in browser url for every post title

  • #126010

    Vaibhavi

    Hello Towfiq,

    What can i do for removing the site title text which is appended to every blog post title with pipe; I was looking for only displaying blog title in browser url(hence in tooltip). Any ideas to help me on this one ?

    Thank you.

    #126765

    Towfiq I.

    administrator

    whats your site address? did you edit the functions.php?

    #131139

    Vaibhavi

    Hi,

    I did not edit functions.php. I didn’t want title tag to be long and in this case every title tag is displayed as : <post-title> |<site name>
    e.g “Hello world | How to Solve Life” is displayed.

    I need part after pipe to be removed from title tag(tooltip). What can be done ?

    This is my site address: http://howtosolvelife.com/

    #131558

    Towfiq I.

    administrator

    Open up header.php and replace this:

    <title><?php bloginfo('name'); ?><?php wp_title(); ?></title>

    with this:

    <title><?php wp_title(); ?></title>

    #217582

    RfDcimafusiad

You must be logged in to reply to this topic.