Tecpins

You are welcome to Tecpins, it is free tutorials for people who want to learn about Html Tutorial,Android Tutorials,PHP Tutorials,Java Tutorials and Css Tutorials.

Post Top Ad

ads
Responsive Ads Here

How to Show Post Title Before Blog title in Blogger.

Hellow, Welcome to Tecpins Tutorials. 

Today, I am going to tell you "How to Show Post Title Before Blog title in Blogger". first one, you need to sign in your blogger. then goto Theme on left side bar.click "Edit HTML". Press "Ctrl+F" and type "<title>" in serach box and enter.then you can see this code between opening title tag and closing title tag.


Example : 

<title> </title>


Remove the code between <title> and </title> and place below code.

Example :

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

Then Save it.

Thank You for Watched this Post/Video.

Don't forget "Subscribe" and "Like" us on You Tube.

Fllow us :
Website   : https://www.tecpins.com
You Tube  : https://www.youtube.com/tecpins
Facebook  : https://www.facebook.com/tecpins
Twitter   : https://www.twitter.com/tecpins