=== Plugin Name === Contributors: paul-at-greentiehosting Donate link: http://www.greentiehosting.com/ Tags: shortcodes, php functions Requires at least: 3.0.1 Tested up to: 4.1 Stable tag: 1.0.0.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html A extremely lightweight plugin that gives you the most popular shortcodes at the ready. == Description == This plugin gives you fast access to some of the most popular template modifications that you can use right in your wordpress editor without the need of any prior php knowledge and no template modifications. == Installation == This section describes how to install the plugin and get it working. e.g. 1. Upload `gth_simple_shortcodes.php` to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Place needed shortcodes in your website content == Frequently Asked Questions == = What are the available shortcodes? = * [gthss_site_name] - Displays your website's Name * [gthss_site_tagline] - Displays your website's tagline * [gthss_root_url] - Displays your website's root URL without the trailing slash. ie. http://www.wordpress.org * [gthss_admin_url] - Displays your website's admin URL without the trailing slash. ie. http://www.wordpress.org/wp-admin * [gthss_page_title] - Displays the current page's/post's title * [gthss_permalink] - Displays your current page's/post's permalink * [gthss_username] - Displays the current logged in user's username. If they are not logged in it will display "Guest". * [gthss_displayname] - Displays the cuurrent loggedin user's display name. If they are not logged in it will display "Guest". * [gthss_curr_year] - Displays the current year. ie. 2015 * [gthss_curr_month] - Displays the current month. ie. Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec = You don't have ... Can you add it? = Please submit a request for an additional shortcode to be added on our site: https://www.greentiehosting.com/simple-shortcodes/ == Changelog == = 1.0.0.3 = * Modified Version Number = 1.0.0.2 = * Modified the install instructions and FAQ Section on wordpress.org = 1.0.0.1 = * Initial Launch Version with 10 shortcodes