View Single Post
Old 04-16-2012, 04:31 PM  
pimpware
Confirmed User
 
pimpware's Avatar
 
Join Date: Jan 2006
Location: Pt
Posts: 1,673
Quote:
Originally Posted by Sly View Post
I
Also, what's the easiest way to share a common list of links (or widget) within the same network of blogs? For example, a blogroll.
1 - To execute php in your stuff you need the plugin "Exec-PHP"

2 - Put your links inside a php file and host it somewhere ...

3 - Then put this code inside a text widget of each blog

<?php
$homepage = file_get_contents('http://yourdomain.com/blogroll.php');
echo $homepage;
?>


Hope this helped you
__________________
icq: 284494832
realsexforyou.com
pimpware is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote