Home
Tutorial
Featured Plugin
Latest Updated
Tag
Main Website
Language/语言
English
简体中文
Install Software For Free
You can install many open source software for free
Blog URL and Page URL Shortcode
Developer
oggeuk
Update Time
Aug. 16, 2011, 8:47 p.m.
PHP Version:
2.8 +
WordPress Version:
3.2.1
Tag
post
page
template
shortcode
permalink
url
blogurl
template url
page url
Download
Description:
The plugin adds the following shortcode to the wordpress backend. [blogurl id='$id' temp='$temp']
[blogurl] returns the url of the wordpress installation
[blogurl id='$id'] returns the permalink for a page or post with the id $id
[blogurl temp='true'] will return the directory of the template
[pageurl] shortcode can also be used using the same parameters this is included for legacy reasons
Installation:
Upload
blogurl-plugin.php
to the
/wp-content/plugins/
directory
Activate the plugin through the 'Plugins' menu in WordPress
Place
[blogurl]
with parameters if needed in your posts or pages
Changelog:
1.0
Added template url.
Merged all functions into one shortcode.
Included pageurl shortcode to allow previous installations to work.