Using WordPress’ Shortcode System
Today I’m going to show you how to write your own shortcode plugin for WordPress. The shortcode system can be extremely powerful & for developers they are great for allowing clients to insert complicated pieces of HTML into posts without worrying about it being overly complicated. Now as usual you need to start your plugin with the following:
1 2 3 4 5 6 7 8 |
/* Plugin Name: Plugin Name Plugin URI: Plugin URL, can be your website URL. Description: Type what the plugin is used for here. Author: Your name Version: Version number, like 1.0 Author URI: Your Website's address */ |
You […]
Read more
Recent Comments