Code For Create New UI Creative Html Sitemap In Blogger and WordPress
<link href='https://cdn.jsdelivr.net/gh/IamArpain/blogger-sitemap-generator-script/Script/arpain-sitemap-css.css' rel='stylesheet' type='text/css'/><br />
<style>
/*
Any Custom Style to change default design
*/
</style><br />
<br />
<div class="arpian-sitemap" id="arpian-sitemap">
<span class="loading">Load…</span>
</div>
<script>
var arpianSitemapData = {
blogUrl: "https://www.codewithlaxman.blogspot.com",
containerId: "arpian-sitemap", // Container ID
activeTab: 1, // The default active tab index (default: the first tab)
showDates: false, // `true` to show the post date
showSummaries: false, // `true` to show the posts summaries
numChars: 200, // Number of summary chars
showThumbnails: false, // `true` to show the posts thumbnails (Not recommended)
thumbSize: 40, // Thumbnail size
noThumb: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAA3NCSVQICAjb4U/gAAAADElEQVQImWOor68HAAL+AX7vOF2TAAAAAElFTkSuQmCC", // A "no thumbnail" URL
monthNames: [ // Array of month names you can use another Language Month If your blog is in other Language then English
"January",
"February",
"March",
"April",
"May",
"June",
"July",
"August",
"September",
"October",
"November",
"December"
],
newTabLink: true, // Open link in new window?
maxResults: 999, // Maximum post results 99999
cpreload: 0, // Load the feed after 0 seconds (option => time in milliseconds || "onload")
sortAlphabetically: false, // `false` to sort posts by published date & true for sorting Alphabetically
showNew: 7, // `false` to hide the "New!" mark in most recent posts, or define how many recent posts are to be marked
newText: ' – <em style="color:red;">New!</em>' // HTML for the "New!" text
};
</script>
<br />
<script src="https://cdn.jsdelivr.net/gh/IamArpain/blogger-sitemap-generator-script/Script/arpain-sitemap.js"></script>