starise / deep-links
Utility to add anchor links and IDs to all headings in content.
Installs: 78
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:wordpress-plugin
Requires
- php: >=5.4.0
- composer/installers: ~1.0
This package is not auto-updated.
Last update: 2024-12-21 19:22:26 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
- Download the latest zip of this repo.
- In your WordPress admin panel, navigate to Plugins->Add New
- Click Upload Plugin
- Upload the zip file that you downloaded.