Related articles or often also called related post is a list of other articles of our own blogs, usually displayed on the sidebar of your blog or just below the article and before the blog comments.
So, what advantage by putting the related articles (related post) this? The first; provide links back to other articles on our blog so that will improve the quality of the articles that indication in the eyes of search engine backlinks. Second, will increase the page view the article because it usually will lure visitors to the blog to click on the list related articles.
Okey, just here's how to make a related article on bloggers:
1. Log in to Blogger with your username and password blog, click Layout, select Edit HTML, thencheck the Expand Widget Templates . It should be noted, to keep the damage does not occur please backup your blogger template template first.
2. Then find the following code <data:post.body>, for easier search on your keyboard simultaneously press CTRL + F.
3. Once found, copy / paste the following script related articles kebahwan <data:post.body> code first.
4. Click Save Template.
5. Completed
1. Log in to Blogger with your username and password blog, click Layout, select Edit HTML, thencheck the Expand Widget Templates . It should be noted, to keep the damage does not occur please backup your blogger template template first.
2. Then find the following code <data:post.body>, for easier search on your keyboard simultaneously press CTRL + F.
3. Once found, copy / paste the following script related articles kebahwan <data:post.body> code first.
4. Click Save Template.
5. Completed
<b:if cond='data:blog.pageType == "item"'><br /> <div class='similiar'><br /> <div class='widget-content'><br /> <h3>Related Post</h3><br /> <div id='data2007'/><br/><br/><br /> <script type='text/javascript'><br /> var homeUrl3 = "<data:blog.homepageUrl/>";<br /> var maxNumberOfPostsPerLabel = 4;<br /> var maxNumberOfLabels = 10;<br /> maxNumberOfPostsPerLabel = 100;<br /> maxNumberOfLabels = 3;<br /> function listEntries10(json) {<br /> var ul = document.createElement('ul');<br /> var maxPosts = (json.feed.entry.length <= maxNumberOfPostsPerLabel) ?<br /> json.feed.entry.length : maxNumberOfPostsPerLabel;<br /> for (var i = 0; i < maxPosts; i++) {<br /> var entry = json.feed.entry[i];<br /> var alturl;<br /> for (var k = 0; k < entry.link.length; k++) {<br /> if (entry.link[k].rel == 'alternate') {<br /> alturl = entry.link[k].href;<br /> break;<br /> }<br /> }<br /> var li = document.createElement('li');<br /> var a = document.createElement('a');<br /> a.href = alturl;<br /> if(a.href!=location.href) {<br /> var txt = document.createTextNode(entry.title.$t);<br /> a.appendChild(txt);<br /> li.appendChild(a);<br /> ul.appendChild(li);<br /> }<br /> }<br /> for (var l = 0; l < json.feed.link.length; l++) {<br /> if (json.feed.link[l].rel == 'alternate') {<br /> var raw = json.feed.link[l].href;<br /> var label = raw.substr(homeUrl3.length+13);<br /> var k;<br /> for (k=0; k<20; k++) label = label.replace("%20", " ");<br /> var txt = document.createTextNode(label);<br /> var h = document.createElement('b');<br /> h.appendChild(txt);<br /> var div1 = document.createElement('div');<br /> div1.appendChild(h);<br /> div1.appendChild(ul);<br /> document.getElementById('data2007').appendChild(div1);<br /> }<br /> }<br /> }<br /> function search10(query, label) {<br /> var script = document.createElement('script');<br /> script.setAttribute('src', query + 'feeds/posts/default/-/'<br /> + label +<br /> '?alt=json-in-script&callback=listEntries10');<br /> script.setAttribute('type', 'text/javascript');<br /> document.documentElement.firstChild.appendChild(script);<br /> }<br /> var labelArray = new Array();<br /> var numLabel = 0;<br /> <b:loop values='data:posts' var='post'><br /> <b:loop values='data:post.labels' var='label'><br /> textLabel = "<data:label.name/>";<br /> var test = 0;<br /> for (var i = 0; i < labelArray.length; i++)<br /> if (labelArray[i] == textLabel) test = 1;<br /> if (test == 0) {<br /> labelArray.push(textLabel);<br /> var maxLabels = (labelArray.length <= maxNumberOfLabels) ?<br /> labelArray.length : maxNumberOfLabels;<br /> if (numLabel < maxLabels) {<br /> search10(homeUrl3, textLabel);<br /> numLabel++;<br /> }<br /> }<br /> </b:loop><br /> </b:loop><br /> </script><br /> </div><br /> </div><br /> </b:if>
No comments:
Post a Comment