pragmaticweb/primary-category

Set a primary category for a post

Installs: 6 453

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 1

Open Issues: 6

Language:JavaScript

Type:wordpress-plugin

v0.2.2 2022-09-05 20:29 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.