Site Archives Wordpress

Gravatar Test

Posted by andrew on September 17th, 2005

Gravatar Test

How to import entries from Blogsome to Wordpress

Posted by andrew on September 3rd, 2005

At your new wordpress blog, go here:
http://yourblog.com/wp-admin/import-rss.php
Follow the directions. You may have to edit your import-rss.php file to add the link to your blogsome rss feed (http://yourblog.blogsome.com/feed/)
*** Warning! Before you actually run the import rss feature, you will have to reset your preferences under options > reading in your blogsome control panel so that all [...]

How to display Subcategories for Wordpress

Posted by andrew on September 3rd, 2005

Go to sidebar.php and replace this code under Categories:

< ?php wp_list_cats(’sort_column=name& hide_empty=0′);?>