26 posts found.
Using Remove Action in WordPress
Here’s another microblog for you, how to remove something that has already been added in another plugin using the add_action. The specific example I have for you is […]
How to replace all URLS in WordPress via MySQL after changing domains
James walks through the simple process for cleaning up all old references to your URL after changing domains in Wordpress.
Create your own Tweet Link for WordPress
In this simple tutorial, Dan shows you how to create a dynamic Tweet button for the Single page within WordPress.
Get WordPress post taxonomy values
Taxonomies are really useful when developing a custom WordPress website. They can give you extra information you need and also allow you to narrow down your search criteria, […]
How to source your theme’s directory in WordPress
It’s important when developing in WordPress to utilise the built-in functions that are there to make our lives easier. Whether building a plugin or tailoring a theme, we […]
How to enqueue Scripts & Stylesheets to WordPress via a plugin
Still hard coding your Scripts & Stylesheets into your WP theme's header file? Learn how to correctly manage your scripts with WP Enqueue.
How to display recent posts outside WordPress
Learn how to access and display your recent posts outside of Wordpress with a little PHP script.