Tag Archives: wordpress tricks

Adding WordPress Categories programmatically using Perl/LWP

Comment out one line in this file: wp-admin/admin-ajax.php (around line 586) case ‘add-cat’ : // From Manage->Categories #check_ajax_referer( ‘add-category’ ); Now you can submit categories using Perl/LWP!

Posted in Wordpress | Tagged , , | Leave a comment