Month: February 2019

WordPress Debugging

A list of handy defines and directives.

This Site

If you happen to come across this site, please ignore it. I am basically using it to learn WordPress, and at the same time create a collection of links that I have found useful in this task. Thank you.

Security

The ultimate WP security guide – Step by Step

Plugins

Advanced Custom Fields – add custom fileds to a post type, effectively creating a new content type that can be used in future posts/widgets. Initial thoughts, add a ‘gig’ post type with venue, date & time etc. and display a

Theme building

This is the excerpt for the Theme Building post.

Directory retrieval

Functions that return a uri get_template_directory_uri will always refer to the parent theme folder for assets. get_stylesheet_directory_uri will refer to the “current” theme folder for assets. If the theme is a child theme, it will refer to that. Neither contain

Top