About

This is an example of a WordPress page, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many pages like this one or sub-pages as you like and manage all of your content inside of WordPress.


2 Comments on “About”

  1. Zobaidullah says:

    Thanks so much for this! It’s rlaely useful because I’ve been trying to run scripts to schedule posts automatically.It looks like you can’t create new categories on the fly just by supplying the array with new items. If you want to know what categories are already available for you to use, you can use this code (building off of the other code):categories = server.metaWeblog.getCategories(wp_blogid, wp_username, wp_password)for item in categories: print item[‘description’](Remember to indent the print statement.)


Leave a Reply

Please log in using one of these methods to post your comment:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s