Sitemap (Table of Contents) Blogger on Static Pages Only Title Only

Sitemap (Table of Contents) Blogger on Static Pages Only Title Only

Sitemap (Table of Contents) Blogger on Static Pages Only Title Only
 A sitemap alias table of contents Blogspot type is very simple and fast loading because it only displays the title. The list of posts is sorted by the date the post was published, starting from the most recent to the oldest.

This is the CSS code. Save ABOVE </style> or ]]></b:skin>.

/ * Blogger Sitemap Simple Title Only * / # sitemap3. title {font-size: 150%; background-color: # 008c5f; color: #fff; font-weight: 600; text-align: center; margin-bottom: 20px; padding: 15px;} # sitemap3 a {color: # 666; text-decoration: none; transition: all .3s ease;} # sitemap3 a: hover {color: # 000;} # sitemap3 ol {margin: 0px; padding: 0px;} # sitemap3 ol li {color: # 666; font-weight: 400; list-style-type: decimal; margin: 0px; padding: 10px; line-height: 1.5em; -webkit-margin-start: 40px! important;}
If you face any problem with this CSS then use this CSS do not use the fast CSS
/* Blogger Sitemap Simple Title Only */
#sitemap3 .judul {font-size:150%; background-color:#008c5f; color:#fff; font-weight:600; text-align:center; margin-bottom:20px; padding:15px;}
Then the main code to display the contents of Blogger is stored on the page (static page). When writing makes sure to choose a method HTML, not Compose. Copy all the following code into the text editor (where to write).

<div id="sitemap3">Loading....</div>
<script> //<![CDATA[
/* Blogger Sitemap Simple Title Only */
var start=1;var max=150;var sitemap3Arr=new Array();function runSitemap3(){var scpt=document.createElement('script');scpt.src='/feeds/posts/summary?alt=json&callback=sitemap3&start-index='+start+'&max-results='+max;document.body.appendChild(scpt)} function sitemap3(root){var elem=document.getElementById('sitemap3');if(!elem)return;elem.innerHTML='';var feed=root.feed;if(feed.entry.length>0){for(var i=0;i<feed.entry.length;i++){var entry=feed.entry[i];var title=entry.title.$t;for(var j=0;j<entry.link.length;j++){if(entry.link[j].rel=="alternate"){var url=entry.link[j].href;if(url&&url.length>0&&title&&title.length>0){sitemap3Arr.push({'url':url,'judul':title})} break}}} if(feed.entry.length>=max){start+=max;runSitemap3()} else{var print='';for(var x=0;x<sitemap3Arr.length;x++){print+='<li><a href=\"'+sitemap3Arr[x].url+'\" title=\"'+sitemap3Arr[x].judul+'\">'+sitemap3Arr[x].judul+'</a></li>'}
elem.innerHTML='<div class=\"judul\">Total Post: '+sitemap3Arr.length+'</div><ol>'+print+'</ol>'}}} runSitemap3();
//]]> </script>
The code above only uses pure Javascript, no need to use jQuery everything. An example of a simple sitemap is that only the titles sorted by the latest date can be checked on my Codepen.
PREVIEW
If you want to be sorted alphabetically from A to Z, please try the Blogger Alphabetical Sitemap. This type is good for blogs with niche downloads, read ebook novels online, mp3, and the like because visitors can more easily search for posts by title.
Previous Post
Next Post

post written by:

I am a web designer and developer. Sharing knowledge is my passion and web designing is my interest but it is not bigger than my interest in Islam.

0 Comments: