This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Get Page URL

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

  1. Upload the plugin files to the /wp-content/plugins/plugin-name directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. 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.

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

Read all 2 reviews

Contributors & Developers

“Get Page URL” is open source software. The following people have contributed to this plugin.

Contributors

Translate “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