Plugin Directory

Changeset 3015987


Ignore:
Timestamp:
12/31/2023 06:03:51 PM (2 years ago)
Author:
willjenkins
Message:

It's been a long time since I did an SVN commit. I hope that this works.

Location:
permalink-finder
Files:
9 added
2 edited

Legend:

Unmodified
Added
Removed
  • permalink-finder/trunk/permalink-finder.php

    r2521104 r3015987  
    44Plugin URI: https://www.kpgraham.com
    55Description: 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.0
     6Version: 3.1
    77Author: Keith P. Graham
    88Author URI: https://www.kpgraham.com
  • permalink-finder/trunk/readme.txt

    r2805914 r3015987  
    22Tags: links, permalinks, move, migrate, 301, 404, redirect, PageRank, seo,sitemap, robots.txt
    33Requires at least: 3.0 
    4 Stable tag: 3.0 
    5 Tested up to: 6.1
     4Stable tag: 3.1 
     5Tested up to: 8.6.2
    66Contributors: Keith Graham       
    77Donate link: https://www.kpgraham.com
     
    1515The 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.
    1616Users 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.
    1917
    2018The 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.
     
    3735
    3836== Changelog ==
     37
     38= 3.1 =
     39* updated versions of tested WP
    3940
    4041= 3.0 =
Note: See TracChangeset for help on using the changeset viewer.