=== Basic URL ShortCodes === Contributors: devikas301 Tags: rockon, shortcode, basic url, template, stylesheet, url, vs Requires at least: 4.0.0 Tested up to: 6.9.1 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html Provides simple shortcodes to output essential WordPress URLs inside posts, pages and widgets. == Description == Sometimes you need to display your website's base URL, active theme URL or uploads folder URL directly inside your content editor. Basic URL Shortcodes allows you to easily insert important WordPress URLs using simple shortcodes inside posts, pages and widgets. = Available Shortcodes = **[home_url]** Outputs the website’s home URL (as set in WordPress Settings). Example: http://localhost/wp-demo **[theme_url_template]** Outputs the URL of the currently active theme (child theme supported). Example: http://localhost/wp-demo/wp-content/themes/mytheme **[UPLOAD_URL]** Outputs the base URL of the WordPress uploads directory. Example: http://localhost/wp-demo/wp-content/uploads These shortcodes are useful when building custom layouts, inserting dynamic links or when theme customization options are limited. Lightweight, simple and fully compatible with modern WordPress editors. == Installation == Use WordPress Add New Plugin feature, searching "BASIC URL ShortCodes", or download the archive and: 1. Unzip the archive on your computer 2. Upload `basic-url-shortcodes` directory to the `/wp-content/plugins/` directory 3. Activate the plugin through the 'Plugins' menu in WordPress 4. Use shortcode & enjoy == Frequently Asked Questions == There are no FAQs at this time. Feel free to suggest some! == Screenshots == 1. Sample short code use. 2. Rendered output. == License == This plugin uses the GPLv3 license.