How to use Conditional Tags on Blogger
Blogger (Blogspot) Conditional Tags Conditional Tags are a boolean data type (a data type that has two possible values). It allows you to tell the code to act differently in specific situations. [1] [2] How do I add the coñditional tags Visit Blogger.com Visit Blogger.com Select your website Select your website Click on Theme Click on Theme Click on Edit HTML Click on Edit HTML Paste Your Code Right after the <head> tag, paste the tags. Paste your code like this. After pasting the code will look something like this. How your code will look like Save Theme Click on save to see effect of the tags you just added. Then proceed to click on "Save Theme" The Tags <!-- SEO Title Tag --> <b:if cond='data:blog.url == data:blog.homepageUrl'><title><data:blog.title/> - Find and Read Information</title></b:if> <b:if cond='data:blog.pageType == "item&...