Remove "Newer Posts" and "Older Posts" Links

by Deineshd on June 10, 2008

Share


It is very easy to remove “Newer Posts” and “Older Posts” Link from the footer of your blog Post . You are actually hiding it which can be rolled back by reversing this hack. Now lets start removing this link from your blog.

Search for the following Code in your Template.

#blog-pager-newer-link {float: left;}

#blog-pager-older-link {float: right;}

#blog-pager {text-align: center;}

Now replace the above code with this code.

#blog-pager-newer-link {float: left;display: none;}

#blog-pager-older-link {float: right;display: none;}

#blog-pager {text-align: center;display: none;}

If you like to rollback this and want to show “Newer Posts” and “Older posts” Link then reverse this Process.

Consider to Subscribe to our RSS feed or Follow us at Twitter or Join our Facebook Fan Page.Enter your Email below to subscribe to our updates via Email.

Enter your email address:

Delivered by FeedBurner

Similar Posts

Powered by Thesis

Thesis Theme

An amazing WordPress Theme, nothing beats the versatility and SEO friendliness of the Thesis framework.

From beginners, to the most advanced WordPress developers, Thesis makes it easy for anyone to customize it.

{ 4 comments… read them below or add one }

Anonymous January 21, 2009 at 9:11 pm

Thank you. this worked for me

Reply

Steve March 28, 2009 at 11:20 am

thanks for the tricks. now a i know how to hidden/show the links for your revolution church templates..

Reply

leonardo May 19, 2009 at 6:07 am

I tried it and its not working on my homepage.Although on singe post page it appears.

Leo@ bloggergrid.blogspot.com

Reply

Xtreme_Blogger September 15, 2009 at 12:01 pm

thnx man searched a lot 4 dis 1..

Reply

Leave a Comment

Previous post:

Next post: