korobochkin / bbpress-permalinks-with-id
WordPress plugin
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 3
Open Issues: 2
Type:wordpress-plugin
This package is not auto-updated.
Last update: 2024-11-09 21:11:58 UTC
README
Stable version on WordPress.org — wordpress.org/plugins/bbpress-permalinks-with-id/.
You can install this plugin with Composer from this repository.
This plugin for WordPress and bbPress converts default permalinks with topic and forum slugs to permalinks with ID's. Examples:
- /forums/forum/FORUM_SLUG → /forums/forum/FORUM_ID
- /forums/topic/TOPIC_SLUG → /forums/topic/TOPIC_ID
Create a .zip plugin for WordPress
To create working .zip-plugin just hit npm install
and then run grunt
default task (working plugin in .zip archive will be created at dist
folder).
npm install
grunt
Credits
Photo on banner created by Jay Mantri.