• purydhink

    (@purydhink)


    Dear, WP masters! I’m from Indonesia, and I want to know more about WordPress.

    I want to change my blog title like this.

    Nama Yang Tiada Duanya | Purydhink?

    And when we click on one of the post or page, I want to be like this (this is an example):

    How To Change A Title | Purydhink?

    I’ve been looking for the “is_single” function, but I still don’t understand how.

    Please help me. Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Settings > General > Blog Title

    Thread Starter purydhink

    (@purydhink)

    I mean, i want to put the post title separated by “|” symbol then my blog title.

    Change your title to this in your header.

    <title><?php wp_title('|', true, 'right'); ?> <?php bloginfo('name'); ?></title>

    Thread Starter purydhink

    (@purydhink)

    Thankyoy for your help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How To Change Blog Title?’ is closed to new replies.