Description
Get Page URL is a simple plugin to get the current opened page URL. Just copy the ShortCode [getpageurl] and paste it in your post/page in default or any page builder.
Installation
- Upload the plugin files to the
/wp-content/plugins/plugin-name
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress
- No Settings required, just paste the shortcode [getpageurl] into any post.
FAQ
-
How do I use this plugin?
-
No Settings required, you can paste this shortcode [getpageurl] to any post type and it will show you the current page url. You can use this in posts, forms, hidden input fields or in email templates. This won’t work on popups.
-
How to show a clickable link
-
Just use this peice of code anywhere you want:
< a style=”YOUR STYLE HERE” href=[getpageurl]>Press Here < /a>
PS: remove the spaces before the a and /a -
Best Practises Examples
-
You can use this shortcode in a hidden field inside a form. This way you can get an email with all data filled by your client plus the page URL they were on. You can use this plugin on a page that users need to tell you on what post they are interested or what product they need to license.
This will not work on popups.
Reviews
Contributors & Developers
“Get Page URL” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Get Page URL” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0
First stable version