Quote:
Originally Posted by Sly
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
