Articles I've written on Wordpress:
- Customizing WordPress archives page (March 14, 2009)
- Integrate WordPress in existing site without copying anything (March 9, 2009)
- Customizing WordPress permalinks, removing /category/ (February 1, 2009)
I design websites in Austin, TX. I love CSS, usability, and making music.
So I finally got around to customizing my archive.php page. I wanted links to single posts rather than list full posts for pages and pages. Editing the loop was easy enough — I just pared down the loop code to make a list of permalinks. The tough part was getting every post to show up [...]
WordPress does something strange with the php include() statement. I don’t exactly know why, but I get a lengthy error if I try to use it in a WordPress theme. The popular solution is to sit down and carefully copy and paste chunks from your website into a new wordpress theme. I’m here to fix [...]
This post assumes you have WordPress’s “pretty permalinks” set up already and have configured your htaccess file. Some people don’t like the date-based structure of WordPress’s “pretty permalinks.” Personally, I think it’d be more valuable for SEO to have a link that looks like this: /blog/categoryname/post-title/ than the wordpress standard, which is: /blog/year/month/day/post-title/. From a [...]
