Creating a Basic WordPress Shortcode

Creating a basic shortcode is very simple. I will walk through each step and explain what is going on.

First off, all code will go in your current theme’s function.php file; optionally you could create a plugin just for this with the modifications minimal to the existing code. I will be using Notepad++ (Mac: Smultron) as my editor and Cyberduck to upload the files.
Continue reading “Creating a Basic WordPress Shortcode”