Webmaster Forum
Go Back   Webmaster Forums UK SEO SEM Webmaster Community Forum - UKWW > General > General Webmaster Talk > Blogs and blogging
Register FAQ Members List Downloads Calendar Today's Posts Webmaster Resources Webmaster Blogs

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-22-2008, 01:20 AM
temi's Avatar
Facilitator
Recent Blog:
 
Join Date: Jun 2003
Location: London, England.
Posts: 11,625
iTrader: 17 / 100%
Thanks: 2
Thanked 19 Times in 12 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
temi is just really nicetemi is just really nicetemi is just really nicetemi is just really nicetemi is just really nice
Send a message via ICQ to temi
Default Making blogroll link homepage only

Just wondering if there is a way of making a blogroll homepage only rather than sitewide from WP or is it encoded in the theme?
__________________

* Build a shopping cart for your business with eCommerce software UK
* BossCart.com can build you a
Bespoke shopping cart
::
Add Eco sites to The Green Directory free of charge.
Use LBS Free Directory Script for your next Directory Project
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #2 (permalink)  
Old 05-22-2008, 05:53 AM
Bagi Zoltán's Avatar
Boss Cart consultant
Recent Blog:
 
Join Date: Feb 2007
Location: Veszprém, Hungary
Posts: 1,584
iTrader: 9 / 100%
Thanks: 3
Thanked 15 Times in 10 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Bagi Zoltán has much to be proud ofBagi Zoltán has much to be proud ofBagi Zoltán has much to be proud ofBagi Zoltán has much to be proud ofBagi Zoltán has much to be proud ofBagi Zoltán has much to be proud ofBagi Zoltán has much to be proud ofBagi Zoltán has much to be proud of
Default

It is possible to modify the sidebar.php file which usually contains the blogroll in order to make links display only at the homepage using the $_SERVER['REQUEST_URI'] predefined variable.
__________________
Time may come when you will need a shopping cart
digitális mérleg keresőoptimalizálás
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #3 (permalink)  
Old 05-22-2008, 08:22 AM
rhyswynne's Avatar
Senior Member
 
Join Date: Nov 2007
Posts: 427
iTrader: 1 / 100%
Thanks: 0
Thanked 2 Times in 2 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
rhyswynne is on a distinguished road
Default

Yeah, it's possible. Though I'm assuming you want to make the entire blogroll homepage only, rather than just one link.

Simply put this code in the sidebar.php file

PHP Code:
<?php if (is_home()) { ?>

<h2>Blogroll</h2>

<?php        wp_list_bookmarks('');
?>
That should put a basic list in the sidebar.
__________________
Enjoy Retro Games? Why not join my Retro Gaming Forum?

Single? Join Our Dating Site For Bloggers
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #4 (permalink)  
Old 05-22-2008, 08:40 AM
temi's Avatar
Facilitator
Recent Blog:
 
Join Date: Jun 2003
Location: London, England.
Posts: 11,625
iTrader: 17 / 100%
Thanks: 2
Thanked 19 Times in 12 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
temi is just really nicetemi is just really nicetemi is just really nicetemi is just really nicetemi is just really nice
Send a message via ICQ to temi
Default

Quote:
Originally Posted by Bagi Zoltán View Post
It is possible to modify the sidebar.php file which usually contains the blogroll in order to make links display only at the homepage using the $_SERVER['REQUEST_URI'] predefined variable.
Thanks very much Zoli,
You are already very reputable but rep added still
__________________

* Build a shopping cart for your business with eCommerce software UK
* BossCart.com can build you a
Bespoke shopping cart
::
Add Eco sites to The Green Directory free of charge.
Use LBS Free Directory Script for your next Directory Project
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #5 (permalink)  
Old 05-22-2008, 08:42 AM
temi's Avatar
Facilitator
Recent Blog:
 
Join Date: Jun 2003
Location: London, England.
Posts: 11,625
iTrader: 17 / 100%
Thanks: 2
Thanked 19 Times in 12 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
temi is just really nicetemi is just really nicetemi is just really nicetemi is just really nicetemi is just really nice
Send a message via ICQ to temi
Default

You are right Ryhs, I want to make the entire blogroll homepage only, thanks very much for the code, rep added


Quote:
Originally Posted by rhyswynne View Post
Yeah, it's possible. Though I'm assuming you want to make the entire blogroll homepage only, rather than just one link.

Simply put this code in the sidebar.php file

PHP Code:
<?php if (is_home()) { ?>

<h2>Blogroll</h2>

<?php        wp_list_bookmarks('');
?>
That should put a basic list in the sidebar.
__________________

* Build a shopping cart for your business with eCommerce software UK
* BossCart.com can build you a
Bespoke shopping cart
::
Add Eco sites to The Green Directory free of charge.
Use LBS Free Directory Script for your next Directory Project
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #6 (permalink)  
Old 05-22-2008, 11:11 AM
deluxdon's Avatar
Senior Member
Recent Blog:
 
Join Date: Mar 2007
Location: www.wpblogpoint.com
Posts: 946
iTrader: 4 / 100%
Thanks: 2
Thanked 4 Times in 3 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
deluxdon has a spectacular aura aboutdeluxdon has a spectacular aura aboutdeluxdon has a spectacular aura about
Send a message via AIM to deluxdon
Default

Quote:
Originally Posted by rhyswynne View Post
Yeah, it's possible. Though I'm assuming you want to make the entire blogroll homepage only, rather than just one link.

Simply put this code in the sidebar.php file

PHP Code:
<?php if (is_home()) { ?>

<h2>Blogroll</h2>

<?php        wp_list_bookmarks('');
?>
That should put a basic list in the sidebar.
Thanks for ths useful info rhyswynne.

I am also searching for this.

DON.
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #7 (permalink)  
Old 05-23-2008, 02:04 PM
Junior Member
 
Join Date: Aug 2007
Posts: 8
iTrader: 0 / 0%
Thanks: 0
Thanked 0 Times in 0 Posts
misi has much to be proud ofmisi has much to be proud ofmisi has much to be proud ofmisi has much to be proud ofmisi has much to be proud ofmisi has much to be proud ofmisi has much to be proud ofmisi has much to be proud ofmisi has much to be proud ofmisi has much to be proud of
Default

Quote:
Originally Posted by rhyswynne View Post
Yeah, it's possible. Though I'm assuming you want to make the entire blogroll homepage only, rather than just one link.

Simply put this code in the sidebar.php file

PHP Code:
<?php if (is_home()) { ?>
 
<h2>Blogroll</h2>
 
<?php        wp_list_bookmarks('');
?>
That should put a basic list in the sidebar.
I've added the code to the sidebap.php file but nothing happen ... except that on the home page, over the Blogroll appears another Blogroll block.
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #8 (permalink)  
Old 05-23-2008, 02:20 PM
Senior Member
 
Join Date: Nov 2007
Posts: 180
iTrader: 0 / 0%
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
livetech will become famous soon enough
Default

Quote:
Originally Posted by misi View Post
I've added the code to the sidebap.php file but nothing happen ... except that on the home page, over the Blogroll appears another Blogroll block.
I suspect what this could be is that you need to remove the original wp_list_bookmarks somewhere in the code, and replace it with the code Rhys gave.
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
Reply

Bookmarks

Tags
homepage, link on wp, wordpress blogroll

Webmaster Resources
UK WW SEO Tools
Find UK Hosts
 
The Forum Rules
Forum Rules - MUST READ
 
Site Of the Month
BizzFace
Nominate site of the month
 
Tag Cloud
a75-s229 laptop ac adapter apple ipod nano 4gb brand new cellphone digital camera dj mixer drupal earphones ecommerce edible oil electronics events in india for webmasters free social hosting free web space google analytical tool hosting iphone iphone 3g 16gb iphones laptops mdj's mobile phones motorola rokr e6 newbie new pioneercdj's nokia oil phones phpld plasma tv poineer prepaid phone card prepaid phone cards proxy social web hosting telecom links template design usb cable web hosting webmasters web space for free

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump



All times are GMT. The time now is 11:05 AM.

UK Webmaster World Forums - Internet marketing, web development, domain names, SEO contest and discussuons.
Subscribe to our feeds   Subscribe to our feeds

Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48