A basic plugin to load custom CSS and JS files in WordPress.
- Click on the
Download ZIP
button at the right to download the plugin. - Go to Plugins > Add New in your WordPress admin. Click on
Upload Plugin
and browse for the zip file. - Activate the plugin.
- Connect to your server using a FTP client and navigate to the plugin directory.
- Upload the files you want to use/load in the corresponding directories inside the
assets
directory. - Edit
plugin.php
and use the commented sample code as an example to add enqueue or other site-specific code. While there you may also want to edit the plugin's header with your name, plugin and author URLs etc.
- Initial Release