Creating a functionality plugin for WordPress
I have read a few interesting articles on creating a plugin for adding additional functionality to wordpress websites for dealing with shortcodes etc, the idea behind it is when you change the theme of the website you can simply install the plugin and not have to extract informaiton from the functions.php file in addition to this it would mean a single functionality plugin could be installed across several websites meaning you will end up only updating one plugin and not sveral functions.php
Create a Functionality Plugin Instead of Using Functions.php
Leave a Response