Tag: taxonomy

  • Restrict Access to Taxonomies

    I am using this plugin along side woocommerce and the woocommerce product vendors extension. The way we have our shop set up allows us to have multiple vendors sell a single product, giving the shoppers the ability to pick the seller. We want to restrict the shoppers access to certain vendors based on groups that…

  • How can I get groups by itthinx to be a taxonomy?

    https://codex.wordpress.org/Taxonomies#Registering_a_taxonomy describes how to register a taxonomy. When I try to access groups as a taxonomy, it does not seem to be registered. For example, when I have used https://en-ca.wordpress.org/plugins/related-posts-by-taxonomy/ the posts that have similar groups do not appear. Can someone help and advise me on this please? Thanks in advance

  • Plugin fields don’t appear on custom taxonomy

    I’ve created a couple of custom taxonomies using the standard WordPress method: add_action( ‘init’, ‘register_taxonomy_verticals’ ); function register_taxonomy_verticals() { $labels = array( ‘name’ => _x( ‘Verticals’, ‘verticals’ ), ‘singular_name’ => _x( ‘Vertical’, ‘vertical’ ), ‘search_items’ => _x( ‘Search Verticals’, ‘verticals’ ), ‘popular_items’ => _x( ‘Popular Verticals’, ‘verticals’ ), ‘all_items’ => _x( ‘All Verticals’, ‘verticals’ ),…

Share