Archive for the 'Wordpress' Category

Plagiarism Today crumbles to the Slashdot effect

Ouch. Looks like plagiarismtoday.com wasn’t ready for hordes of mindless Slashdotters to access their blog. Congratulations and condolences.

Editing K2 styles from within Wordpress

A quick note:

I wasn’t able to edit my K2 styles from within Wordpress edit themes interface. I solved this by creating a symbolic link to the .css file from with the K2 directory. From your K2 dir ( blog/wp-content/themes/k2 ):


ln -s styles/mystyle.css mystyle.css

Problem solved!

WP-Cache and PHP5

WP-Cache 2 is a great tool to speed up Wordpress 2 w/ K2. When I first tried to install it, I couldn’t get the darn thing to work. Eventually I downgraded PHP from 5.1.2 to 4.4.2. That did the trick. Just thought I would post in case someone else is encountering the same issue.