Changeset 2041624
- Timestamp:
- 02/28/2019 03:58:39 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
basic-url-shortcodes/trunk/readme.txt
r1830271 r2041624 3 3 Tags: rockon, shortcode, basic url, template, stylesheet, url, vs 4 4 Requires at least: 4.0.0 5 Tested up to: 4.95 Tested up to: 5.1 6 6 License: GPLv3 7 7 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 13 13 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. 14 14 15 For example `<img src="[home_url]/test.png />` in your editor might output `<img src="http://localhost/wp-demo/test.png" />` (if http://localhost/wp-demo is what you have configured as your blog URL in Settings).15 For example `<img src="[home_url]/test.png" />` in your editor might output `<img src="http://localhost/wp-demo/test.png" />` (if http://localhost/wp-demo is what you have configured as your blog URL in Settings). 16 16 17 17 The supported short codes are as follows:
Note: See TracChangeset
for help on using the changeset viewer.