Giter Site home page Giter Site logo

wp-prime-cat's Introduction

Prime Cat:

A WordPress plugin for handling Primary Category assignment of all post types that use the category taxonomy.

Features:

  • WebPack 4 for Module Bundling. WebPack-Dev-Server for development.
  • Simple UI for managing/assigning a PrimeCat for already selected categories.
  • Category selection based on PrimeCat if using %category% in permalink structure.
  • Query posts that have a PrimeCat assigned to a specific category term by passing 'prime_cat' => $term_id $args to WP_Query($args).
  • Utility functions for PrimeCat detection and retrieval for post_types.

Requires:

  • This plugin is built using progressive enhancement and will only function on WordPress sites using Gutenberg, either plugin or WordPress >= v5.

  • PHP >= 7.0.0

  • Post Types wanting to make use of PrimeCats will need to set 2 arguments when registering post_types:

    1. Have taxonomy set to category - 'taxonomy' => ['category']
    2. Have custom fields support - 'supports' => ['custom-fields']

wp-prime-cat's People

Contributors

jaredrethman avatar

Stargazers

 avatar  avatar

Watchers

 avatar

wp-prime-cat's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.