Just Some Code
Often we need certain functions to exist, or the site to behave a certain way. Rather than adding code to the theme’s functions.php file, we create a site specific plugin. Here is my template for this. As an example, I will use my “wplab” playground site. We create a folder <mysite>-site-plugin. We created the wplab-site-plugin folder. … Read more