starise/deep-links

Utility to add anchor links and IDs to all headings in content.

Installs: 77

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:wordpress-plugin

1.0.0 2015-05-17 15:43 UTC

This package is not auto-updated.

Last update: 2024-06-08 16:15:41 UTC


README

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, add Deep-Links to your project's dependencies.

composer require starise/deep-links

Then activate the plugin via wp-cli.

wp plugin activate deep-links

via WordPress Admin Panel

  1. Download the latest 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.