An open API service indexing awesome lists of open source software.

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.

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.