Select Page

Permalinks not appearing

I came into a problem on one of my machines where the WordPress permalinks were not working.  Typically, I go to the WP backend and click Settings >> Permalinks, then resave what I have there so that WP updates the .htaccess file.  However, that did not do the...

Reviewing WordPress Themes

Intro Recently, I joined the WordPress Theme Review Team.  I’m in the process of reviewing my first theme and these are some notes that may come in handy. Setup a test environment I have a local WAMP setup.  If you develop for WordPress and are still uploading...

Tips using phpDocumentor

I built a batch file that understands how to generate the documentation for my project.  Here are some points that I think are noteworthy for future reference: When using a batch file (instead of just going through a command-line), ensure that we call pear before...