pragmaticweb / primary-category
Set a primary category for a post
Installs: 7 286
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 1
Open Issues: 6
Language:JavaScript
Type:wordpress-plugin
Requires
- php: ~7.3 | ~8.0
- oomphinc/composer-installers-extender: ~1.1 || ~2.0
Requires (Dev)
- dev-master
- v0.2.2
- v0.2.1
- v0.2.0
- dev-dependabot/npm_and_yarn/webpack-5.76.1
- dev-dependabot/npm_and_yarn/sideway/formula-3.0.1
- dev-dependabot/npm_and_yarn/json5-1.0.2
- dev-dependabot/npm_and_yarn/loader-utils-2.0.4
- dev-dependabot/npm_and_yarn/jsdom-and-wordpress/scripts-16.7.0
- dev-dependabot/npm_and_yarn/markdown-it-and-wordpress/scripts-12.3.2
- dev-feature/php-8.0
- dev-feature/composer-2-compatibility
This package is auto-updated.
Last update: 2024-10-15 08:49:11 UTC
README
A project by Pragmatic.
Set a primary category for a post.
This software is beta, is not feature completed, has hardcoded limitations, and is provided without warranty or support.
Credits
The implementation of this feature was based on the same in the Yoast SEO plugin for WordPress. Go check them out!
Requirements
Usage Requirements
Ensure you have the prerequisite software installed:
Installation
Install this plugin with Composer: composer require pragmaticweb/primary-category
. Activate the plugin in your WordPress in the usual manner.
Development Process
This plugin mostly follows the standard Git Flow model.
Scripts and Tooling
npm start
-- Starts the build for development.npm run build
-- Builds the code for production.npm run format:js
-- Formats JavaScript files.npm run lint:css
-- Lints CSS files.npm run lint:js
-- Lints JavaScript files.npm run packages-update
-- Updates WordPress packages to the latest version.