Below are a few settings, which you can use for advanced customization after you install the Newspaper blogger template. For the META TAG section, it should not be difficult to set it properly, as it automatically organizes itself.
Set Menu Template
1. Please look for the code below in the HTML CODE. To set the Menu link on the Newspaper Blogger Theme template, Edit it the way it is described here.
<!-- menu navigation header start -->To change the links, replace the "#."
<ul><li><a href='#'>Menu</a></li><li><a href='#'>Menu</a></li><li><a href='#'>Menu1</a><ul><li><a href='#'>Sub Menu</a></li><li><a href='#'>Sub Menu</a></li><li><a href='#'>Sub Menu</a></li><li><a href='#'>Sub Menu</a></li><li><a href='#'>Sub Menu</a></li></ul><li><a href='#'>Menu2</a></li><ul><li><a href='#'>Sub Menu</a></li><li><a href='#'>Sub Menu</a></li><li><a href='#'>Sub Menu</a></li><li><a href='#'>Sub Menu</a></li></ul></ul></li><!-- menu navigation header end -->Please replace the text that I put in blue with your text.
2.Put Labels According to Categories on the Homepage
Go to layout> Label> HTML Mode> Label name
3.Enabling Featured Images Post on Blogger Homepage
Go to Settings > Other > Allow Blog Feed > Full
4.Change the Wigdet Trending News in the Newspaper Template
Look for code similar to the one below, usually located in the code </body> section
<script type='text/javascript'> //<![CDATA[ // Breaking News $(document).ready(function(){var e="https://Bloggersbazaar.bharathforums.com",t=20;$.ajax({url:""+e+"/feeds/posts/default?alt=json-in-script&max-results="+t,type:"get",dataType:"jsonp",success:function(e){function t(){$("#adbreakingnews li:first").slideUp(function(){$(this).appendTo($("#adbreakingnews ul")).slideDown()})}var n,r,s="",a=e.feed.entry;if(void 0!==a){s="<ul>";for(var l=0;l<a.length;l++){for(var o=0;o<a[l].link.length;o++)if("alternate"==a[l].link[o].rel){n=a[l].link[o].href;break}r=a[l].title.$t,s+='<li><a href="'+n+'" target="_blank">'+r+"</a></li>"}s+="</ul>",$("#adbreakingnews").html(s),setInterval(function(){t()},5e3)}else $("#adbreakingnews").html("<span>No result!</span>")},error:function(){$("#adbreakingnews").html("<strong>Error Loading Feed!</strong>")}})}); //]]> </script>
Change the address I gave in the red line with your blog address.5.Install Wigdet of Latest ArticlesPlease copy all the code under this column, and paste the code through Layout> Add a Gadget> HTML / JavaScript<style scoped='' type='text/css'> #recent-posts{color:#999;font-size:12px} #recent-posts img{background:#ffffff;float:right;height:60px;margin-right:8px;width:70px;border-radius:0} #recent-posts ul{margin:0 0 !important;padding:0} #recent-posts ul li{margin:0 0 10px;padding:0 0;border-bottom:0} #recent-posts ul li:last-child{border-bottom:0} #recent-posts ul li a{display:block;color:#333333;font-weight:500;text-decoration:none;font-size:14px;margin:0 0 14px 0;line-height:normal} #recent-posts ul li a:hover {color:#0066cc;} </style> <div id='recent-posts'> <script type='text/javaScript'> var rcp_numposts=5; var rcp_snippet_length=130; var rcp_info='yes'; var rcp_comment='Komentar'; var rcp_disable='T?t Nh?n xét'; function recent_posts(json){var dw='';a=location.href;y=a.indexOf('?m=0');dw+='<ul>';for(var i=0;i<rcp_numposts;i++){var entry=json.feed.entry[i];var rcp_posttitle=entry.title.$t;if('content'in entry){var rcp_get_snippet=entry.content.$t}else{if('summary'in entry){var rcp_get_snippet=entry.summary.$t}else{var rcp_get_snippet="";}};rcp_get_snippet=rcp_get_snippet.replace(/<[^>]*>/g,"");if(rcp_get_snippet.length<rcp_snippet_length){var rcp_snippet=rcp_get_snippet}else{rcp_get_snippet=rcp_get_snippet.substring(0,rcp_snippet_length);var space=rcp_get_snippet.lastIndexOf(" ");rcp_snippet=rcp_get_snippet.substring(0,space)+"…";};for(var j=0;j<entry.link.length;j++){if('thr$total'in entry){var rcp_commentsNum=entry.thr$total.$t+' '+rcp_comment}else{rcp_commentsNum=rcp_disable};if(entry.link[j].rel=='alternate'){var rcp_posturl=entry.link[j].href;if(y!=-1){rcp_posturl=rcp_posturl+'?m=0'}var rcp_postdate=entry.published.$t;if('media$thumbnail'in entry){var rcp_thumb=entry.media$thumbnail.url}else{rcp_thumb="https://lh3.ggpht.com/--Z8SVBQZ4X8/TdDxPVMl_sI/AAAAAAAAAAA/jhAgjCpZtRQ/no-image.png"};}};dw+='<li>';dw+='<img alt="'+rcp_posttitle+'" src="'+rcp_thumb+'"/>';dw+='<div><a href="'+rcp_posturl+'" rel="nofollow" title="'+rcp_snippet+'">'+rcp_posttitle+'</a></div>';if(rcp_info=='yes'){dw+='<span>'+rcp_postdate.substring(8,10)+'/'+rcp_postdate.substring(5,7)+'/'+rcp_postdate.substring(0,4)+' - '+rcp_commentsNum+'</span>';};dw+='<div style="clear:both"></div></li>';};dw+='</ul>';document.getElementById('recent-posts').innerHTML=dw;};document.write('<script type=\"text/javascript\" src=\"/feeds/posts/default?alt=json-in-script&max-results='+rcp_numposts+'&callback=recent_posts\"><\/script>'); </script>
Click on Save after that.
6.Install the Download Button
<div style="text-align: center;"> <a class="buttonDownload" href="URL-Adress-of-DOWNLOAD">Download</a> </div>
Download The Newspaper blogger Template