Page Links To - Version 2.10.4

Version Description

  • New screenshot and assets
Download this release

Release Info

Developer markjaquith
Plugin Icon wp plugin Page Links To
Version 2.10.4
Comparing to
See all releases

Code changes from version 2.10.3 to 2.10.4

Files changed (3) hide show
  1. page-links-to.php +2 -2
  2. readme.txt +18 -12
  3. screenshot-1.png +0 -0
page-links-to.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Page Links To
4
  Plugin URI: http://txfx.net/wordpress-plugins/page-links-to/
5
  Description: Allows you to point WordPress pages or posts to a URL of your choosing. Good for setting up navigational links to non-WP sections of your site or to off-site resources.
6
- Version: 2.10.3
7
  Author: Mark Jaquith
8
  Author URI: http://coveredweb.com/
9
  Text Domain: page-links-to
@@ -38,7 +38,7 @@ class CWS_PageLinksTo extends WP_Stack_Plugin {
38
  const TARGET_META_KEY = '_links_to_target';
39
  const VERSION_KEY = 'txfx_plt_schema_version';
40
  const FILE = __FILE__;
41
- const CSS_JS_VERSION = '2.10.3';
42
 
43
  protected $replace = true;
44
 
3
  Plugin Name: Page Links To
4
  Plugin URI: http://txfx.net/wordpress-plugins/page-links-to/
5
  Description: Allows you to point WordPress pages or posts to a URL of your choosing. Good for setting up navigational links to non-WP sections of your site or to off-site resources.
6
+ Version: 2.10.4
7
  Author: Mark Jaquith
8
  Author URI: http://coveredweb.com/
9
  Text Domain: page-links-to
38
  const TARGET_META_KEY = '_links_to_target';
39
  const VERSION_KEY = 'txfx_plt_schema_version';
40
  const FILE = __FILE__;
41
+ const CSS_JS_VERSION = '2.10.4';
42
 
43
  protected $replace = true;
44
 
readme.txt CHANGED
@@ -5,33 +5,36 @@ Donate link: http://txfx.net/wordpress-plugins/donate
5
  Tags: page, redirect, link, external link, repoint
6
  Requires at least: 4.8
7
  Tested up to: 4.9.6
8
- Stable tag: 2.10.3
9
 
10
- Lets you make a WordPress page (or other content type) link to an external URL of your choosing, instead of its WordPress URL.
11
 
12
  == Description ==
13
 
14
- This plugin allows you to make a WordPress page or post link to a URL of your choosing, instead of its WordPress page or post URL. It also will redirect people who go to the old (or "normal") URL to the new one you've chosen.
15
 
16
- This functionality is useful for setting up navigational links to non-WordPress sections of your site or to off-site resources.
17
 
18
- You can also use it to create a hand-crafted menu that links to pages, posts, categories, or anything within your site.
 
 
 
19
 
20
  == Installation ==
21
 
22
  1. Upload the `page-links-to` folder to your `/wp-content/plugins/` directory.
23
 
24
- 2. Activate the "Page Links To" plugin in your WordPress administration interface.
25
 
26
- 3. Create (or edit) a page or a post to have a title of your choosing (leave the content blank).
27
 
28
- 4. Down below, in the advanced section, find the Page Links To widget, select "An alternate URL", and add a URL of your choosing.
29
 
30
- 5. Optionally check the box to enable link opening in a new browser window.
31
 
32
- 6. Save the post or page.
33
 
34
- 7. Done! Now that post or page will point to the URL that you chose.
35
 
36
  == Screenshots ==
37
 
@@ -51,7 +54,7 @@ Not currently. Please contact me if you're interested in that functionality.
51
 
52
  If you want to link to a full URL, you *must* include the `http://` portion.
53
 
54
- = Can I link to relative URLs? =
55
 
56
  Yes. Linking to `/my-photos.php` is a good idea, as it'll still work if you move your site to a different domain.
57
 
@@ -61,6 +64,9 @@ You can contribute (or report bugs) on [Github](https://github.com/markjaquith/p
61
 
62
  == Changelog ==
63
 
 
 
 
64
  = 2.10.3 =
65
  * Fix readme.txt
66
 
5
  Tags: page, redirect, link, external link, repoint
6
  Requires at least: 4.8
7
  Tested up to: 4.9.6
8
+ Stable tag: 2.10.4
9
 
10
+ Lets you make a WordPress page (or port or other content type) link to a URL of your choosing (on your site, or on another site), instead of its normal WordPress URL.
11
 
12
  == Description ==
13
 
14
+ This plugin allows you to make a WordPress page (or post or custom post type) link to a URL of your choosing, instead of its WordPress URL. It also will redirect people who go to the old (or "normal") URL to the new one you've chosen.
15
 
16
+ **Common uses:**
17
 
18
+ * Set up navigational links to non-WordPress sections of your site or to off-site resources.
19
+ * Publish content on other blogs (or other services, like Medium) but have them show up in your WordPress posts stream. All you have to supply is a title and a URL. The post title will link to the content on the other site.
20
+ * For store operators, you can link to products on other retailer's sites (maybe with an affiliate code) but have them show up like they're products in your store.
21
+ * Create a "pretty URL" for something complicated. Say you have https://example.com/crazy-store-url.cgi?search=productId&sourceJunk=cruft ... just create a WordPress page called "My Store" and use Page Links To to point it to the ugly URL. Give people the new URL: https://example.com/my-store/ and it will redirect them!
22
 
23
  == Installation ==
24
 
25
  1. Upload the `page-links-to` folder to your `/wp-content/plugins/` directory.
26
 
27
+ 2. Activate the "Page Links To" plugin.
28
 
29
+ 3. Create (or edit) a page (or post or custom post type) to have a title of your choosing (you can leave the content blank).
30
 
31
+ 4. Below, find the Page Links To widget, select "A custom URL", and add a URL of your choosing.
32
 
33
+ 5. Optionally check the box to enable link opening in a new browser tab.
34
 
35
+ 6. Save the page (or post or custom post type).
36
 
37
+ 7. Done! Now that content will point to the URL that you chose. Also, if anyone had the old WordPress URL for that content, they will be redirected to the custom URL if they visit.
38
 
39
  == Screenshots ==
40
 
54
 
55
  If you want to link to a full URL, you *must* include the `http://` portion.
56
 
57
+ = Can I link to relative URLs for URLs on the same domain? =
58
 
59
  Yes. Linking to `/my-photos.php` is a good idea, as it'll still work if you move your site to a different domain.
60
 
64
 
65
  == Changelog ==
66
 
67
+ = 2.10.4 =
68
+ * New screenshot and assets
69
+
70
  = 2.10.3 =
71
  * Fix readme.txt
72
 
screenshot-1.png CHANGED
Binary file