-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
32 lines (23 loc) · 1.09 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
=== Automagicalinks ===
Contributors: saulbaizman
Tags: links
Requires at least: 4.9
Tested up to: 4.9
Requires PHP: 5.6
Stable tag: trunk
Donate link: https://paypal.me/baizmandesign
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Automagically convert text to internal links on your website.
== Description ==
This WordPress plugin automagically converts text in the body of your pages whose name corresponds to webpages on your website into links. For example, if you have a webpage entitled "Foo Bar" on your website, when the words "Foo Bar" appear in the text of a page named "Hello World," the words will automatically be linked to the "Foo Bar" webpage.
== Installation ==
1. Upload the `automagicalinks` folder to the `/wp-content/plugins/` directory.
1. Activate the plugin through the 'Plugins' menu in WordPress.
1. Go to **Settings > Automagicalinks** to enable and configure the plugin.
== Screenshots ==
1. Screenshot of part of the configuration screen.
2. Screenshot of part of the configuration screen.
== Changelog ==
= 0.1 =
* Added first version of plugin.