Code Tag: Taxonomy

  • Allow shortcodes in Genesis Archive Intro Text

    Allows the use of shortcodes in Genesis Archive Intro Texts/description. These settings are available for term archives, author archives, and custom post type archives.400: Invalid requestSource: https://gist.github.com/joshuadavidnelson/feb26f83d7d12ee8c51d0af116778dffTags: archive, author, custom post type, Genesis, Taxonomy

  • Rename WooCommerce “Brands” to “Manufacturers”

    A useful way of filtering the taxonomy arguments in WooCommerce’s ‘product_brand’ taxonomy.400: Invalid requestSource: https://gist.github.com/joshuadavidnelson/5a8ad8045ad752207a110e6afce41538Tags: Taxonomy, woocommerce

  • Remove Genesis Taxonomy Meta Fields

    This snippet removes the genesis taxonomy meta fields, just add to your functions.php file or a custom plugin file.400: Invalid requestSource: https://gist.github.com/joshuadavidnelson/238b3e2de1f3f8604fb4Tags: custom field, Genesis, Taxonomy

  • Get Post Types By Taxonomy

    Get post types that have a specific taxonomy, returns an array of objects or names, or false if nothing found.400: Invalid requestSource: https://gist.github.com/joshuadavidnelson/56d73c284490f9ef21a5Tags: custom post type, Taxonomy

  • Taxonomy List and Dropdown Link Shortcode

    Shortcode to create a list or dropdown link to taxonomy archives400: Invalid requestSource: https://gist.github.com/joshuadavidnelson/5e9e159e06c19c4a1320Tags: shortcode, Taxonomy

  • Remove Default WordPress Taxonomies

    Remove category and tag taxonomies. Useful if you’re not using the blog functionality of WordPress, including the taxonomies. Be sure to uncomment the other line if you’re using Genesis to avoid errors.400: Invalid requestSource: https://gist.github.com/joshuadavidnelson/7443811Tags: Categories, Genesis, Tags, Taxonomy