Wordpress Development

A resource of useful articles discussing various aspects of Wordpress development, including theme and plugin development.

  1. 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.
  2. How to fix incorrect cookie path when developing systems to engage with Wordpress as a back-end.
  3. How to properly remove the title from a Wordpress post, and how to do it for specific post types.
  4. 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.
  5. How to properly customize Wordpress based website, where to add your own code, and how to override existing functionality.
  6. 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.
  7. How to override shortcodes from a child theme that are defined in a parent theme in Wordpress.
  8. Beginners tutorial on Wordpress Plugin development using an objected orientated approach.

Wordpress Development

This category is for everything related to actual Wordpress development, as in the coding of plugins, themes and child-themes for Wordpress.