• anup

    (@anup)


    I want to change the way title appears on the website, just in the same way as it appears for wordpress site viz.

    currently the title appears like:

    blog name » post title

    while for the wordpress its like:

    post title « blog name

    What changes should I do and where. This is because merely interchangin the functions in the title does not do the thing. The » is defined alongwith the post title. Therefore mere interchange in the title tag does not work. thanks.

    Anup

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter anup

    (@anup)

    Well, if anyone couldn’t get what I was asking, its related to the following:

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

    thanks.

    Anup

    Lorelle

    (@lorelle)

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

    Thread Starter anup

    (@anup)

    That doesn’t work – read my initial post. thanks.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Issue with Title’ is closed to new replies.