Posts

Showing posts with the label Blogger Conditional Tags

Bootstrap 4 Jumbotron Component Installation Process

  Bootstrap 4 Jumbotron Component Installation Process The Bootstrap 4 Jumbotron Component can be added to any section of the template. This post is to explain the process to install the component to header section only. The method requires a copy and paste process, which makes it easy to add the component on any part of the template such as post content. Where to place a jumbotron for header section The HTML markup for jumbotron component should be place inside the  <header>  tag after the  <nav>  tags markup as shown in the example below. Html Code --- --- --- Copy This Code Full Code For The Bootstrap 4 Jumbotron Header This code is to create a jumbotron that occupies the entire horizontal space of your page layout. This jumbotron is more suitable for header as it is applied CSS element of background-image to displ...

Blogger Conditional Tags b:if and b:else for More Blog Customizations

Blogger Conditional Tags b:if and b:else for More Blog Customizations Earlier when I started to blog , I was not aware about the different platforms on which we can establish blog, I just came across the Blogger platform and as I was short on money I thought this free option was great. We can easily add a nice template, add gadgets,  widgets  and pretty much every sort of HTML and  CSS based customizations  could be done on blogger platform. But after a while of blogging and getting deep into it, I came across another big thing that really matters Yes I am not kidding content could be the KING, you blog, you add vital information and your content is really useful but without proper  On Page and off Page SEO , its pretty difficult to  rank good . Some Useful & Recommended Blogging Tools & Services But that really did not matter to me, because I was only  blogging for fun , I loved to share good content that was helpful to me and thought it could...

Blogger Conditional Tag

  Content List of Conditional tags for page types Archive page Error Page (404) Index Page Homepage Item (post) pages Specific Post by URL Label page Specific Label Page Search page Specific Search Query page Static page Specific Static page by URL AND/OR/NOT How to Use conditional tags Example Applications Blogger Conditional Tag Wrapper Tool Comments Blogger Conditional Tags for different page types Conditional template tags in Blogger template allows you to specify a part of your template code on specific types of pages or specific URLs. One practical application could be to display a widget on specific pages. You can hide sidebar on some pages, apply a meta tag to certain page or whatsoever. Complex Blogger templates make large use of these conditional tags. In this post, I'll show you the possible conditional tags and their example usage A conditional template tag in Blogger looks like following <b: if cond= 'condition_expression' > <!-- content when cond...

How To Insert Conditional Tags On Blogger Theme - Step By Step | Blogger Widgets

Image
  Conditional tags are used when you customize your Blogger theme. By inserting a certain condition you can restrict the widgets to appear/hide on certain page or pages like Homepage, Pages, Item Pages, Labels, Specific Label, Specific Page and Specific Item Page. In this tutorial we will cover following topics: Different Types Of Pages In Blogger   List Of Conditional Tags   How To Insert Conditionals Tags On Blogger Theme. Types Of Pages In Blogger Homepage: Homepage is the main webpage of a website like when you click  https://www.meersworld.net/  the homepage of Meer's World will be open. Pages: Pages in Blogger are static pages that you create from Pages section like about us, privacy policy etc. They have a URL in this format: https://www.meersworld.net /p/about.html . Here  /p/  tells that it is a page. Item Page: When you click a post or article, its details are open in an item page. It has a URL in this format:  https://www.meersworld.net...