Tutorial

Front End Login WordPress Plugin – Model View Controller (MVC) – Tutorial – Part Two

Front End Login WordPress Plugin – Model View Controller (MVC) – Tutorial – Part Two

In Part One we introduced the Model-View-Controller (MVC) paradigm and used it to develop the “Front-End-Registration-Login” plugin.  The development was not complete as we only implemented the login/logout functionality.  In this part we will add the following: Change Password Oops .. I forgot my Password Register This functionality will be added using the MVC scaffolding we […]

Front End Login WordPress Plugin – Model View Controller (MVC) – Tutorial – Part One

Front End Login Wordpress Plugin - Model View Controller (MVC) - Tutorial - Part One

A lot has been written about the Model-View-Controller (MVC) paradigm over the years. Let me address the subject specifically in the context of WordPress plugin development.  This is Part One of the mini-series.  It covers the “scaffolding” for MVC and the login / logout functionality.  Part Two covers user registration, lost password etc. Setting the scene When […]

Creating a Child Theme in WordPress

Creating a Child Theme in WordPress

I keep forgetting how to do this .. so here is my aide-memoire. A child theme is configured like a theme, which means a theme directory, and a style.css file in it.  Template files and functions.php are not required in this directory, as they will be picked up from the parent theme.  The one distinguishing line in […]