- Adsense Approval (6)
- Adsense Tutorials (11)
- Blogger Tutorial (8)
- Free Download (1)
- Product Reviews (1)
- Social Networking (3)
- Website Traffic (5)
- WordPress Tutorials (8)
- Writing (2)
Powered by Blogger.
How to list your blogger post titles in Chronological orders
Posted by
Phillips Tent
Do you want to have your blog titles or post listed in index, alphabetical or chronological orders for easy navigation for your visitors? Then read this article as you will achieve that with this.
Why Should You List it? Look at the top part of this blog and you will see List Of All Post page link.
It is meant for easy navigation as blogger does not have this provision. It not only make for easy navigation but also makes your site neat. Your visitors can easily see a list of your posts and read with easy links. Let us go on how to achieve this.
COPY THE CODE BELOW and please endeavor to drop your comment so we know your progress
1. Create a Page on your blogger blog: You do this by click on posting inside your blogger dashboard, click on edit pages and create one.
2. it the page in "Edit HTML" option instead of Compose Option which you get to by default. You do this by clicking on Edit HTML.
3. Copy the link below and paste, then click on save and you are done. All your list of posts will appear on the page you have dedicated for post list and they will appear in chronological order.
<!-- Alphabetical/chronological Post Title Listing with comment count Start -->
<script type="text/javascript">
function getYpipeTL(feed) {
document.write('<ul style="font-weight:bold">');
var i;
for (i = 0; i < feed.count ; i++)
{
var href = "'" + feed.value.items[i].link + "'";
var pTitle = feed.value.items[i].title;
var pComment = " \(" + feed.value.items[i].commentcount + " comments\)";
var pList = "<li>" + "<a href="+ href + '" target="_blank">' + pTitle;
document.write(pList);
document.write(pComment); //to remove comment count delete this line
document.write('</a></li>');
}
document.write('</ul>');
}
</script>
<script src="http://pipes.yahoo.com/pipes/pipe.run?
YourBlogUrl=http://www.allaboutadsense.com
&Order=alphabet
&_id=401e43055731c1a29f1e1d3eb5e8e13f
&_callback=getYpipeTL
&_render=json"
type="text/javascript"></script>
<span style="font-size: 80%; float:right;">Get this <a href="http://allaboutadsense.com/2012/01/how-to-list-your-blogger-post-titles-in.html" target="_blank">widget</a></span>
<!-- Alphabetical Post Title Listing End -->
Let me have your comment and success you have made here.
Why Should You List it? Look at the top part of this blog and you will see List Of All Post page link.
It is meant for easy navigation as blogger does not have this provision. It not only make for easy navigation but also makes your site neat. Your visitors can easily see a list of your posts and read with easy links. Let us go on how to achieve this.
COPY THE CODE BELOW and please endeavor to drop your comment so we know your progress
1. Create a Page on your blogger blog: You do this by click on posting inside your blogger dashboard, click on edit pages and create one.
2. it the page in "Edit HTML" option instead of Compose Option which you get to by default. You do this by clicking on Edit HTML.
3. Copy the link below and paste, then click on save and you are done. All your list of posts will appear on the page you have dedicated for post list and they will appear in chronological order.
<!-- Alphabetical/chronological Post Title Listing with comment count Start -->
<script type="text/javascript">
function getYpipeTL(feed) {
document.write('<ul style="font-weight:bold">');
var i;
for (i = 0; i < feed.count ; i++)
{
var href = "'" + feed.value.items[i].link + "'";
var pTitle = feed.value.items[i].title;
var pComment = " \(" + feed.value.items[i].commentcount + " comments\)";
var pList = "<li>" + "<a href="+ href + '" target="_blank">' + pTitle;
document.write(pList);
document.write(pComment); //to remove comment count delete this line
document.write('</a></li>');
}
document.write('</ul>');
}
</script>
<script src="http://pipes.yahoo.com/pipes/pipe.run?
YourBlogUrl=http://www.allaboutadsense.com
&Order=alphabet
&_id=401e43055731c1a29f1e1d3eb5e8e13f
&_callback=getYpipeTL
&_render=json"
type="text/javascript"></script>
<span style="font-size: 80%; float:right;">Get this <a href="http://allaboutadsense.com/2012/01/how-to-list-your-blogger-post-titles-in.html" target="_blank">widget</a></span>
<!-- Alphabetical Post Title Listing End -->
Let me have your comment and success you have made here.
Related Posts :
Blogger Tutorial
- 28 ways to write killer blog posts that bring readers
- How to add social share bottons directly below your blogger post
- 10 Ways to write quality blog content, post or article
- How to remove blogger favicon from your blogspot blog
- How to Upload Professional New Template to Blogger
- How to add google Adsense Codes to your Blogger Blog
- How to Hide or remove the the Blogger Navbar or navigation bar
Labels:
Blogger Tutorial
Subscribe to:
Post Comments (Atom)
- Phillips Tent
- This site was created by an Adsense Guru. I have been making money from adsense monthly since 2007 and I am passing my experience as a blogger to newbies and those who want to learn more about adsense here
-
▼
2012
(9)
-
▼
January
(9)
- 28 ways to write killer blog posts that bring readers
- 8 Steps To getting back your banned adsense account
- 21 Ways to legally steal traffic to your blog from...
- The Internet Marketing School For Success Review a...
- How to list your blogger post titles in Chronologi...
- 38 Top Do Follow Comment PR Blogs For High Traffic
- 17 .gov and .edu high PR back link source to inrea...
- 57 Social networking sites that will bring qualit...
- How to add social share bottons directly below you...
-
▼
January
(9)
Get this widget
0 comments:
Post a Comment