A Better Way to Remove Images from a WordPress Post
June 30, 2011
I had originally written about Removing Images from a WordPress Post quite a while ago, and while that snippet still works, I recently discovered another way to do it that…
I had originally written about Removing Images from a WordPress Post quite a while ago, and while that snippet still works, I recently discovered another way to do it that…
If you have ever done a search on a WordPress site you have probably noticed that the URL ends up looking something like this: http://your-site.com/?s=searchterm Even if you have set…
Having a backup strategy is a definite must for any website, whether it’s for a small blog or a big commercial site. Think about the number of hours that you…
Most sites use some sort of pagination to allow you to navigate through to their older posts. If you install WordPress and use TwentyTen, you will see the “Older Post”…
When I recently released version 1.0.1 of Arturo, I added a slideshow function that allows you to display featured posts at the top of your home page. There are no…
When WordPress introduced post formats in version 3.1, I decided to make sure all of my themes were able to display each one. The only issue I encountered was with…
I have just release the latest update to my WordPress theme framework Arturo. I have added many new features but one of the most interesting one is the new arturo_columns()…
I often have to use a select box when I’m putting together a custom form that requires a drop down list. It took me a while to figure out how…
I wrote a little function a while back to Check if a Page is a Child of Another Page in WordPress called is_child(). It used the page ID to return…
Over the past month I have been working on a large project that has taken up a lot of my time, but I wanted to quickly share two small functions…