How To Show Blogger Featured Post Only On Homepage



Certainly! Here are the steps to display the Featured Post only on the homepage of your Blogger blog:

  1. Click Theme from the sidebar.
  2. Next to the CUSTOMIZE button, click the downward icon.
  3. Select Edit HTML.
  4. Use the Jump to widget icon to navigate to the FeaturedPost1 widget.
  5. You’ll find the code for the Featured Post there.

Feel free to follow these steps to customize your Blogger blog as desired! 😊


The code of the Featured Post starts from the line:


<b:widget cond='data:view.isHomepage' id='FeaturedPost1' locked='true' title='' type='FeaturedPost' version='2' visible='true'>

Go to the line <b:includable id=‘main’ var=‘this’>.

Copy the If Condition and Paste below the above line.

<b:if cond='data:blog.url == data:blog.homepageUrl'>

Close the If Condition by putting  </b:if> below the </div> before </b:includable>.

</b:if>


Click the Save icon to update the changes, located at top-right corner.

Go back to your blog and refresh. Open your pages to check whether Featured Post is visible or not.

Save your Blogger template

That’s it. You’re done. If you like this post then don’t forget to share with people. Share your feedback in the comments section below.

Previous Post Next Post