Wordpress Development
A resource of useful articles discussing various aspects of Wordpress development, including theme and plugin development.
- How to insert code right after body opening tag, and creating a wrapper around the code in a page using PHP output buffering and the Wordpress shutdown hook.
- How to fix incorrect cookie path when developing systems to engage with Wordpress as a back-end.
- How to properly remove the title from a Wordpress post, and how to do it for specific post types.
- There is no function to select a post by slug name (post name), but we can create our own function to do it; find out how in this tutorial.
- How to properly customize Wordpress based website, where to add your own code, and how to override existing functionality.
- There can be several different reasons why jQuery might be undefined; maybe it is not yet loaded, or maybe a script is unloading it. In this tutorial I will explain some of the problems and solutions that I have come by when developing Wordpress websites.
- How to override shortcodes from a child theme that are defined in a parent theme in Wordpress.
- Beginners tutorial on Wordpress Plugin development using an objected orientated approach.