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.
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.)
I moved some of my content around, where were you originally trying to comment? I’m not sure what your trying to say here.