[ Tag Archive ]


Retrieve and Display Images from a WordPress Post

Posted on March 10, 2009  |  Category: Tutorials

I have already mentioned a few ways to do this but I have discovered a few problems with my old code. I have improved this one quite a bit so I felt that I should just delete my old suggestions and offer you the best technique I have discovered.

Read More »


Using Bloginfo to Build a Custom Theme for WordPress

Posted on January 28, 2009  |  Category: Tutorials

When you build a custom theme in WordPress that you would eventually like to share with the WordPress community, you can’t hard code certain elements like the blog’s name or images links. I know most coders use things like <a href="../link.php"> or <a href="images/pic.jpg"> but those might not work properly if your WordPress install is not in the root directory or if you are on a category page.

Read More »