Home Url

Enables you to use home_url() function with a shortcode when HTML editing.

Author:Joshua Garner (profile at wordpress.org)
WordPress version required:3.0.0
WordPress version tested:3.0.5
Plugin version:1.0.0
Added to WordPress repository:10-01-2011
Last updated:10-01-2011
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:80
Rated by:1
Plugin URI:
Total downloads:1 430
Active installs:50+
plugin download
Click to start download

Enables you to use the home_url() function(http://codex.wordpress.org/Function_Reference/home_url) when HTML editing. This allows you to easily manage relative urls.

The home_url template tag retrieves the home url for the current site. Returns the 'home' option with the appropriate protocol, 'https' if is_ssl() and 'http' otherwise. If scheme is 'http' or 'https', is_ssl() is overridden.

How to use:

[home-url path= scheme=]

path (string) (optional) Path relative to the home url. Default: '/'

scheme (string) (optional) Scheme to give the home url context. Currently 'http','https'. Default: null

Examples:

[home-url] -> http://www.mydomain.com/

[home-url path="about"] -> http://www.mydomain.com/about

[home-url path="blog/category/news"] -> http://www.mydomain.com/blog/category/news