Changeset 3015987
- Timestamp:
- 12/31/2023 06:03:51 PM (2 years ago)
- Location:
- permalink-finder
- Files:
-
- 9 added
- 2 edited
-
tags/3.1 (added)
-
tags/3.1/includes (added)
-
tags/3.1/includes/apple-touch-icon.png (added)
-
tags/3.1/includes/favicon.ico (added)
-
tags/3.1/includes/pf-404.php (added)
-
tags/3.1/includes/pf-mu-options.php (added)
-
tags/3.1/includes/pf-options.php (added)
-
tags/3.1/permalink-finder.php (added)
-
tags/3.1/readme.txt (added)
-
trunk/permalink-finder.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
permalink-finder/trunk/permalink-finder.php
r2521104 r3015987 4 4 Plugin URI: https://www.kpgraham.com 5 5 Description: Never get a 404 page not found again. If you have restructured or moved your blog, this plugin will find the right post or page every time (The name has been changed from Permalink Finder to Link Fixer). 6 Version: 3. 06 Version: 3.1 7 7 Author: Keith P. Graham 8 8 Author URI: https://www.kpgraham.com -
permalink-finder/trunk/readme.txt
r2805914 r3015987 2 2 Tags: links, permalinks, move, migrate, 301, 404, redirect, PageRank, seo,sitemap, robots.txt 3 3 Requires at least: 3.0 4 Stable tag: 3. 05 Tested up to: 6.14 Stable tag: 3.1 5 Tested up to: 8.6.2 6 6 Contributors: Keith Graham 7 7 Donate link: https://www.kpgraham.com … … 15 15 The Link Fixer Plugin (note the name change from Permalink Finder) detects when WordPress cannot find a permalink. Before it generates the 404 error the plugin tries to locate any posts with similar words. It does this by searching through the database trying to find any of the word values from the bad link. It takes the best match and then, rather than issuing a 404 error, it sends back a redirect to the correct page. 16 16 Users will see the page that they are looking for, and search engine spiders will see the 301 redirect and update their databases so that the page appears correctly in searches. 17 18 This is especially useful where Wordpress removes words like "the" and "a" from the permalink during conversions from Blogger.com accounts. It is also useful for migrations that formerly used extensions such as html and shtml, when Wordpress does not.19 17 20 18 The configuration panel allows a user to select how the plugin finds a missing page. The plugin counts the number of words that match to a post. By default, a two word match is sufficient to cause a redirect to the found page. False positives are possible, especially if the user selects a one word match. Increasing the number of words, however makes it unlikely that the plugin will ever find a match. You may eliminate numbers from the search. You may specify that a list of common English words like "the", "and", "who", "you", etc., not be considered in finding the correct permalink. … … 37 35 38 36 == Changelog == 37 38 = 3.1 = 39 * updated versions of tested WP 39 40 40 41 = 3.0 =
Note: See TracChangeset
for help on using the changeset viewer.