One of the biggest tips I think can be given today when developing a theme is to not include the code for a Custom Post Type inside the functions file of the theme. If you are developing for a client then by all means use this tip. If you are developing for selling a theme I would use a normal […]
At first glance this looks pointless, just use the [gallery] shortcode, but there are times when you want more customization than the gallery shortcode allows for. In this tutorial we will look at how to get all the images attached to a post without a plugin.
I been asked by a lot of visitors if I could do a guide to Actions and Filters for those just starting out with WordPress development. So, I thought I’d give it a try. I’ve Heard Talk of Hooks. What Are Hooks? Well WordPress have a small entry about this in their Codex. Hooks, or sometimes Hooks & Filters, are […]
I’ve recently been working on a WordPress theme which also involved adding a custom theme for the popular E-Commerce WordPress plugin WooCommerce. So to that end I’ve created a list of the 5 most helpful tips I can think of for those looking to start developing themes for the WooCommerce plugin. Work With WooCommerce This has to be one of […]
Today we are going to look at how to write a WordPress plugin using Object Oriented Programming techniques. What Is OOP? Writing a plugin using OOP is basically writing your plugin as a PHP class. This can sound a little daunting at first because of the different way you have to handle functions to actions/filters. Here I’m hopefully going to […]
Using WordPress for websites that aren’t just weblogs means the need to modify WordPress more & more. Recently I was asked to change the order of the posts displayed when using the post link functions.
In this guest post by Ashutosh we are going to look at how to get your WordPress feeds setup with Google’s FeedBurner. This is a great service that allows you to view detailed metrics for your feeds. Now over to Ashutosh.
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.
Recent Comments