Posts Tagged “wordpress”

How to camouflage wordpress

by adam on June 22, 2010

Sometimes you don’t want to broadcast to the world that your site is running on wordpress. Here are some steps to take to remove some of the “traces” of wordpress in your code.
Step 1: Update .htaccess
To mask the paths [...]

1000 Suns Wordpress Theme

by adam on May 22, 2010

Inspired by the 1000 Suns Tumblr Theme, created by Sujay Thomas. I have ported it over to wordpress. The theme is very lightweight and shouldn’t require much customization other than un-commenting the sidebar in footer.php if you would like to [...]

Speeding up Wordpress

by adam on November 24, 2009

Once your wordpress blog starts getting traffic besides your mom and cousins you will likely have to start taking measures to reduce it’s cpu footprint.
Note: Some of these methods will work on a shared host without root access, but ssh [...]

Tutorial: Setting up Wordpress to communicate with Flash via XML

by adam on October 12, 2009

This following bit of code should get you up and running with a simple way of sharing data from your wordpress blog with a flash object. Creating the XML file is a bit of a hastle, since you can’t [...]