Skip to main content

How to put posts into pages in blogger ?


Sometime blogger wants to categories similars posts into a page so that it would look more organize .

Like if your blog has 6 categories or you   write on six different topics then you will want all posts to appear in six different pages so that your visitor will engage more and will easily navigate.

If you have similar intention as above like putting your posts into pages then you are at absolutely right place. Today in this tutorial you will learn how to put posts into pages in blogger.


so lets face it...

Do blogger allow such system ? Well answer is NO  . Blogger have dynamic website structure and it shows all your posts one by one in reverse chronological order , newer posts are at the top and older at last.

So if you want to look your website as static website with only important posts  and informations then you can create a static home page for that. Its your choice.

Make your home page static .

 I have another post on " How to create a static home page " so you can read it later .
* Its your choice you want  a static home page or not.

So I am breaking this tutorial in 2 steps



Step 1 : categorizing posts using label


Some beginners don't know proper use of labels they think its for SEO but reality is its for your readers to make easy to navigate your blog.

So create labels properly but not more than 6 to 8 labels
I don't recommend more than this because alot of links cannot be put in navigation menu .

These pictures shows adding labels. To add labels there are 3 ways you can use like from post editor , from post options and from label icon on top corner.


How to put multiple posts in pages in blogger


How to put multiple posts in pages in blogger






Step 2 : Add a page gadget with label links.


At first blogger has pre made pages which includes posts  and these are result pages of label. Like whenever you click a label you will see a list of posts with that label so you can use this technique to build a page to show posts.

For this you have to add a menu and in menu links just add LABEL search links.

How to get label links ?

For this just visit your blog and find label and just copy its link like below.
It looks like URL/search/label/Label__Name.


How to put posts in pages in blogger





For Native Theme


If you are using native blogger theme then thank god because its built with all features along with page gadget so in that case just go to your layout section and edit page gadget and add label links like below.

Click on Add external link
How to put posts in pages in blogger
In the place of title enter your label title and in the field of Adress or URL enter your label link in the picture below.


Add posts in pages








For Third Party Theme


 if you are using other third party template then you you have to edit your HTML and put the above links one by one in navigation menu.

A navigation menu is built with lists like

<ul>

<li>
<a href=" LABEL LINK   " >LABEL TITLE
</a>
</li>


<li>
<a href=" LABEL LINK   " >LABEL TITLE
</a>
</li>


</ul>

How to test it ?

In order to test just visit your blog as a normal visitor and just click on page link you set earlier you will your result. 
Like for me i clicked and i found this.

Page with posts



Conclusion

Sometime making a good navigation gives us alot of benefits like a visitor visited and now he is motivated to read another piece of article , this will increase your engagement and google takes this as a signal that your blog is  valuable to readers which help is ranking.

 And using label search technique allow you to do so very easily.

If this article was useful then please share it to your friends . And also please link to this blog. And if you have any question then drop it in the  comment section.

Comments

Popular posts from this blog

How to create a static home page in Blogger ?

Do you want step by step guide to create a static home page in blogger ? Well if you want then read this post carefully.  Before that i want to give a little background knowledge about websites. Generally there are about three types of websites in this world and they are static , dynamic and application. Static websites are those which organize their content in such a way that it never up gets updated or say its looks , appearance or written texts are not updated. For example  Websites of college and universities which are written  once and their students or those students who wants to apply reads same thing for year and year. Their website put articles like how to apply , fee structure , scholarships , hostel etc. These articles never get old with every new year it gets new readers. Similarly websites of companies , organization , clubs etc comes under static sites Now lets come to dynamic websites , All those websites which keep on changing or updating their web content are dynamic w

How to add download button in blogger ?

  Do you want to add download button in blogger post ? If yes then you are at the best possible place.  In todays world almost everything is online and there are alot of web based services like watching movies , listening music , reading blogs , social media etc. And among those many websites offer some data to download  and in similar way you  may also provide something to download to  your visitors. And those files can be downloaded simply by clicking a button . So lets understand what is a download button. You should know that download button doesnt exists practically yes almost all website in this world uses download link . And when user click these link then download is triggered and files get downloaded. So i assume that you have this download link and now you want  to set this link in a button in blogger post. Generally these download links are created by file host to trigger download mechanism . Like google drive provide a way to host such files or mediafire or dropbox

How to add links in blogger comment ?

  Do you want to know , how to add links in blogger comment ? If yes then you are at the best possible place. At first blogger comment form doesn't give us any simple button or icon for adding link and sometime its creates problem . Sometime readers may need to put  a link to particular site  in  their comment and they start thinking how to do it and run to google. If you are one of them then i am telling you after reading this post you will be able to add links in comment of both blogger and wordpress blogs. This Method is native way using HTML anchor tag which is given below. <a href="    Your_Link    " > Text to be displayed </a> How to use it ? In comment form write comment and when you need to add link , just add above code and replace your_Link  with link of webpage or any site. And Text to be displayed with your own text. After that publish comment and you  will see a clickable link on comment. DEMO PREVIEW Pro tips :  ( read careful