Description
Sometimes you want to put the base URL (that of the blog, or that of the active template) in your content editor. Times when the template customising isn’t quite flexible enough.
With this plugin you can use [home_url] to output the base URL of the blog (as set in your Settings). Or, you can use [theme_url_template] to output the URL of the active template. And You can use the [UPLOAD_URL] to output the URL of the upload folder.
For example <img src="[UPLOAD_URL]/2022/02/test.png />
in your editor might output <img src="https://localhost/wp-demo/wp-content/uploads/2022/02/test.png" />
(if https://localhost/wp-demo is what you have configured as your blog URL in Settings).
The supported short codes are as follows:
* [home_url] – the configured blog URL (set in Settings). E.g. https://localhost/wp-demo
* [theme_url_template] – the URL of the active template. E.g. https://localhost/wp-demo/wp-content/themes/mytheme
* [UPLOAD_URL] – the URL of the upload folder. E.g. https://localhost/wp-demo/wp-content/uploads
License
This plugin uses the GPLv3 license.
Screenshots
Installation
Use WordPress Add New Plugin feature, searching “BASIC URL ShortCodes”, or download the archive and:
- Unzip the archive on your computer
- Upload
basic-url-shortcodes
directory to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Use shortcode & enjoy
FAQ
There are no FAQs at this time. Feel free to suggest some!
Reviews
Contributors & Developers
“Basic URL ShortCodes” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Basic URL ShortCodes” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.