One of the things I love about WordPress is its flexibility. You can use it to run a simple blog, as a high powered content management system, or to drive custom applications. Within theme development, one aspect that gives you lots of flexibility is the use of template tags. These will dynamically fetch data and […] View original post at …
The Ultimate Guide to Theme Template Files in WordPress
If you’ve ever delved under the hood of a WordPress theme, you’ll know that it contains four kinds of files: the stylesheet, the functions file, a number of template parts, and one or (most likely) more template files. For a theme to work, it must have at least two files: the stylesheet and an index.php […] View original post at …
Adding Information, Tips and Sales Information for Clients to the WordPress Dashboard
If you’re building websites for clients using WordPress, you’ll be keen to find a way to maintain your relationship with them and keep in touch. After all, a client who’s already hired you to build their website is someone who’s very likely to hire you again in the future or recommend you to their contacts. […] View original post at …
The Ultimate WordPress Backend Tutorial: A Guide to Customization
There’s a lot that goes into developing WordPress websites from the ground up, which is why I hope you’ve found the WordPress startup guide helpful. Having one cohesive guide that walks you through the process step-by-step can be an invaluable tool when you’re first starting work as a WordPress developer. Once you’ve mastered the WordPress […] View original post at …
How to Use One Query to Run Multiple Loops
I’ve written a few posts here on the blog about the WP_Query class and how to use it to create multiple queries and multiple loops. I’m a big fan of WP_Query, and often use it on client sites and my own site to create advanced and custom queries. However, it does have its downsides if you […] View original post at …
15 Seriously Simple Hacks for Customizing WordPress for Clients
WordPress has become synonymous with ease of use and flexibility. With an intuitive interface, plugins, themes, and other tools to help users build websites, WordPress has quickly become the content management system of choice. The subject of website customization is nothing new. Articles and guides are created all the time with the purpose of educating developers and others working in WordPress …