https://github.com/starise/deep-links
Adds anchor link and ID to all headings in content.
https://github.com/starise/deep-links
Last synced: 4 months ago
JSON representation
Adds anchor link and ID to all headings in content.
- Host: GitHub
- URL: https://github.com/starise/deep-links
- Owner: starise
- License: gpl-2.0
- Created: 2015-02-01T02:25:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-17T15:44:09.000Z (about 10 years ago)
- Last Synced: 2025-01-27T16:02:53.232Z (5 months ago)
- Language: PHP
- Homepage:
- Size: 207 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WordPress Deep-Links
Utility to add anchor links and IDs to all headings in content.
## Requirements
* PHP >= 5.4
* WordPress >= 4.0## Installation
You can install this plugin via command-line or using the WordPress admin panel.
### via Command-line
Using [Composer](https://getcomposer.org/), add Deep-Links to your project's dependencies.
```sh
composer require starise/deep-links
```Then activate the plugin via [wp-cli](http://wp-cli.org/commands/plugin/activate/).
```sh
wp plugin activate deep-links
```### via WordPress Admin Panel
1. Download the [latest zip](https://github.com/starise/deep-links/archive/master.zip) of this repo.
2. In your WordPress admin panel, navigate to Plugins->Add New
3. Click Upload Plugin
4. Upload the zip file that you downloaded.