Menu
<nav id='menu'>
<input type='checkbox'/>
<label><i aria-hidden='true' class='fa fa-bars'/><span>Menu</span></label>
<ul>
<li><a href='/' id='home'>Home</a></li>
<li><a href='#'>Woman</a></li>
<li><a class='dropdown' href='#'>Life Style</a>
<ul class='menus'>
<li><a href='#'>Submenu 1</a></li>
<li><a href='#'>Submenu 2</a></li>
<li><a href='#'>Submenu 3</a></li>
</ul>
</li>
<li><a href='#'>Diet</a></li>
<li><a class='dropdown' href='#'>Story</a>
<ul class='menus'>
<li><a href='#'>Submenu 1</a></li>
<li><a href='#'>Submenu 2</a></li>
<li><a href='#'>Submenu 3</a></li>
</ul>
</li>
<li><a href='#'>Photo</a></li>
<li><a href='#'>Video</a></li>
<li><a href='#'>Sehat</a></li>
<li><a href='#'>Puisi</a></li>
<li><a href='#'>Index</a></li>
</ul>
</nav> Replace the "#" sign with the destination UrlFeatured Post
Access your blog Layout > click Add a Gadget > HTML/JavaScript on Featured Posts Section,and then add one of the following
Random Posts: <span id="random"></span>
Recent Posts: <span id="recent"></span>
Label / Tag Ex: <span id="label" data-label="Woman"></span>
If using per label on this featured post, then please replace "Woman" with one of the desired label names
Label Widget Next to Left
<span data-type="columnleft" data-label="Video" data-no="4"></span> Rename the label "Video" with the desired label name, while the number "4" is the number of post labels that will be displayedLabel Widget Next to Right
<span data-type="columnright" data-label="Diet" data-no="4"></span> Rename the label "Diet" with the desired label name, while the number "4" is the number of post labels that will be displayedLabel Recent Grid
<span data-type="recent_imut" data-label="Photo"></span> Rename the label "Photo" with the desired label nameComment Disqus
<div class='comments' id='comments'>Find the iframe comment code Disqus below and find the username "Gamenews" then replace with your username diqus
<script type='text/javascript'>
var disqus_shortname = "Gamenews";
var disqus_blogger_current_url = "<data:blog.canonicalUrl/>";
if (!disqus_blogger_current_url.length) {
disqus_blogger_current_url = "<data:blog.url/>";
}
var disqus_blogger_homepage_url = "<data:blog.homepageUrl/>";
var disqus_blogger_canonical_homepage_url = "<data:blog.canonicalHomepageUrl/>";
(function() {
var bloggerjs = document.createElement("script");
bloggerjs.type = "text/javascript";
bloggerjs.async = true;
bloggerjs.src = "//"+disqus_shortname+".disqus.com/blogger_item.js";
(document.getElementsByTagName("head")[0] || document.getElementsByTagName("body")[0]).appendChild(bloggerjs);
})();
(function() {
var bloggerjs = document.createElement("script");
bloggerjs.type = "text/javascript";
bloggerjs.async = true;
bloggerjs.src = "//"+disqus_shortname+".disqus.com/blogger_index.js";
(document.getElementsByTagName("head")[0] || document.getElementsByTagName("body")[0]).appendChild(bloggerjs);
})();
</script>
</div>




