Archive by Author

xmlrpc_getpostcategory

Retrieve the post category or categories from XMLRPC XML.If the category element is not found, then the default post category will be used. The return type then would be what $post_default_category. If the category is found, then it will always be an array.

4283

Continue reading

wp_write_post

Creates a new post from the “Write Post” form using $_POST information.

4277

Continue reading

wp_widget_rss_process

Process RSS feed widget data and optionally retrieve feed items.The feed widget can not have more than 20 items or it will reset back to the default, which is 10.

4275

Continue reading