Closed Thread
Results 1 to 3 of 3
-
10-20-2009 12:32 PM #1
- Join Date
- Jul 2009
- Location
- United Kingdom
- Posts
- 489
- Downloads
- 0
- Uploads
- 17
- Blog Entries
- 2
How to display your blogroll in homepage only
If any of you want to display the blogroll in homepage only, here is the answer.
You have to open the file sidebar.php located in /wp-content/themes/Your-Theme/
and add the following code:
You can stylish the output at your own needs.PHP Code:<?php if (is_home()) { ?>
<h2>Blogroll</h2>
<?php wp_list_bookmarks('');
} ?>
And this is not all. Do you want to add just one link in your page and to be displayed just in homepage? Here is what you need to do:
And this is the way to made the blogroll no follow in a few simple steps. Install the Better Blogroll plugin and just add Widget to your site, check the box that said to made the links nofollow and Save. That's it. Simple.PHP Code:<?php if ( is_home() || is_page() ) { ?>
Your Link Here
<?php } ?>
-
08-16-2010 11:27 AM #2johntli Guest
This is very interesting resource. Can you please tell me how to add sidebar widget to the bottom of the page?
-
04-17-2011 10:07 AM #3
Junior Member
- Join Date
- Apr 2011
- Posts
- 1
- Downloads
- 0
- Uploads
- 0
It is really very interesting topic. I want to know Is there any method for the same in blogger?
Similar Threads
-
Looking for Homepage Permanent Partners
By cheapestdesigns in forum Link ExchangeReplies: 3Last Post: 05-05-2009, 08:05 AM -
Blogroll exchange
By temi in forum Link SalesReplies: 2Last Post: 12-01-2008, 08:22 AM -
PR2+ homepage exchange
By xchang3r in forum Link SalesReplies: 2Last Post: 11-21-2008, 11:56 AM -
Am i right? Can I can display ads of an ads
By elitesystem in forum GoogleReplies: 0Last Post: 05-15-2008, 12:35 PM -
PR4 Homepage link
By temi in forum Link SalesReplies: 8Last Post: 08-03-2007, 01:45 PM


LinkBack URL
About LinkBacks





Bookmarks