Wednesday, 15 October 2014

Remove Blog Name from Individual Posts - Blogger

Hey! Today I am going to show all you bloggers using Blogger/Blogspot how to remove your blog name when viewing individual posts. Normally it will look like this:
And I don't like my blog name being there, and I'm going to show you how to remove it!

First go to template, Edit HTML. Now search for this:
<title><data:blog.pageTitle/></title> 

Replace the code above with this:
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<title><data:blog.pageName/> </title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
And you're done! It should now look like this:

If you try this out please let me know, I would LOVE to know I helped you :)

We had a big storm here in NSW and my dog slept on my bed and kept me up most of the night, so I don't really know what to say here, Other then I really want to post more and I think I have got it figured out so far, and I will be posting regularly (hopefully for a while).

Ruby xx

No comments :

Post a Comment

Please feel free to comment and join the conversation, but please keep it friendly :)