How To Change Blog Title To Title Topic

Written by : Unknown | 4:20:00 PM | 0

♥ ASSALAMUALAIKUM ♥

What are the things I mean here? ok for those who do not know you could refer to the image below ok …The code below will put post title in front of blog title on post and static pages.

Here’s the result:
..
PostTitle-BlogTitle

Here’s how you do it:

pink01 Login to your Blogger account.
pink02 Go to Dashboard > Design > Edit HTML.
pink03 Back up your template. 
pink04 Look for the following lines in your template code;

 <title><data:blog.pageTitle/></title>
pink05 Replace it with this.

<b:if cond='data:blog.pageType == &quot;index&quot;'> 
<title><data:blog.pageTitle/></title> 
<b:else/> 
<title><data:blog.pageName/> | <data:blog.title/></title> 
</b:if>

pink06 Save.
 
Note : Look at top of your browser to confirm your changes.
The change usually starts taking place in a day or two. It won't change all at once.
Sharing The Love :)

Leave A Comment , Thank you! 😍

Note : All comments are moderated manually by real humans, so you won't see them appearing immediately.

For Non-Bloggers
Please select profile & click "Name/URL" If you do not have any profiles on any those listed. (Leave the URL empty).

It's harsh to call you Anonymous , So please Leave at least a Name.