Category Archives: Wordpress

How to Fix Ugly Sidebar in WordPress iNove Theme

The iNove theme gives your wordpress blog a Mac-ish look and feel. However, the sidebar has some ugly built-in widgets. Here’s how to remove them. In themes/inove/sidebar.php, remove everything between these lines: <!– sidebar north END –> … delete everything … Continue reading

Posted in Wordpress | Leave a comment

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