This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
readme.txt
90 lines (60 loc) · 2.49 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
=== Auto Links for WordPress ===
Contributors: leocolomb
Donate link: https://www.patreon.com/LeoColomb
Tags: auto links, seo, links, categories, pages, posts, tags
Requires at least: 5.0
Tested up to: 6.0
Requires PHP: 7.2
Stable tag: trunk
License: ISC
License URI: https://github.com/LeoColomb/wp-auto-links/blob/master/LICENSE
An inner links generator for WordPress.
== Description ==
This plugin adds internal and external links into post and page, based on different sources:
* Custom keywords
* Posts
* Pages
* Categories
* Tags
The plugin provides simple and standard interfaces:
* Clean & clear admin page that allow highly customizable usage
* Useful CLI commands
* Respect PHP standards, web standards and security standards
Low load impact in mind, some requirements are requested:
* PHP 7.2+ (⚠ requirement)
* WordPress 5.0+ (⚠ requirement)
* Object Cache handler (⚠ requirement)
== Installation ==
= Requirements =
* PHP 7.2+
* WordPress 5.0+
* Object Cache handler
= Manual =
1. Upload the plugin by cloning or copying this repository to the `/wp-content/plugins` directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the 'Plugins' screen in WordPress
3. Use the Settings->Auto Links screen to configure the plugin
= Automatic =
This plugin can be installed with Composer on a Composer-managed WordPress stack.
```
composer require leocolomb/wp-auto-links
```
== Frequently Asked Questions ==
= Amazing! How to support your work? =
Thanks!
First of all you can contribute on [the GitHub repository](https://github.com/LeoColomb/wp-auto-links).
If you prefer make a donation, [please see my Patreon page](https://www.patreon.com/LeoColomb)!
= My system runs an older version of a software specified in the plugin requirements. =
These strong requirements are required to ensure the plugin is working efficiently.
If the requirements are not satisfied, the plugin may not work as expected.
= The plugin seems to work but no link are pushed on the content. =
Check your Object Cache handler.
A valid Object Cache handler is required to manage data.
== Screenshots ==
1. Auto Links for WordPress admin interface.
== Changelog ==
[Checkout the complete changelog here](https://github.com/LeoColomb/wp-auto-links/releases).
== Upgrade Notice ==
If you upgrade from another plugin like WPA SEO Auto Linker, you can just copy and past your custom links.
Auto migration is not supported.
== Contributors ==
[Léo Colombaro](https://colombaro.fr)