WordpressHTML5Frameworks

Developing WordPress themes is a lot easier these days. With the variety of theme development frameworks available to work from, we can now spend less time producing the default/standard code that WordPress needs to function, and more time designing and … Continue reading

plugins

There are so many plugins available these days that it’s hard to decide which ones are the best. The following is a list of my top 10 best WordPress plugins – definitely not in order! 1. CMS Press CMS Press … Continue reading

ConditionalImage

The conditional tags feature has existed in WordPress for a while now. However, despite being an extremely useful and quite powerful feature, it often remains underused and ignored. I thought I’d present a few examples of what you can achieve … Continue reading

link

Hi guys, a really quick one for you today. I found the need to grab the permalink for the first post in a variety of custom post types. I used the following code, outside of the loop: <?php $post = … Continue reading

FeaturedImages

Just a quick and easy WordPress tip today to start the week! While working on my latest WordPress website, I found myself requiring the functionality to assign more than one featured image to a post. I wanted one featured image … Continue reading