CData Python Connector for WordPress

Build 25.0.9454

TaxonomyPostType

Get a list of taxonomies associated with a post type.

Table Specific Information

SELECT

The connector uses the WordPress API to process some of the filters.

  • PostType supports the '=' comparison.

The connector processes other filters client-side within the connector.

For example, the following queries are processed server side.

SELECT * FROM TaxonomyPostType where PostType='Post_type_string'

Columns

Name Type References Description
PostType [KEY] String The post type associated with the taxonomy (for example, post, page, or a custom post type).
Name [KEY] String The internal name (slug) of the taxonomy.
IsPublic Bool Indicates whether the taxonomy is publicly visible and queryable through the WordPress REST API.
Description String A short explanation describing the purpose of the taxonomy.
IsHierarchical Bool Specifies whether the taxonomy supports parent-child term relationships, such as categories.
Label String The main label used to identify the taxonomy in the WordPress admin interface.
LabelsAddNewItem String The label displayed for adding a new item in this taxonomy.
LabelsAddorRemoveItems String The label shown when adding or removing taxonomy terms.
LabelsAllItems String The label used to display all available taxonomy terms.
LabelsBacktoItems String The label displayed for navigation back to the taxonomy list.
LabelsChoosefromMostUsed String The label used for choosing from the most frequently used terms.
LabelsDescFieldDescription String Descriptive text shown beneath the taxonomy's description field.
LabelsEditItem String The label displayed when editing an existing taxonomy term.
LabelsFilterbyItem String The label used for filtering items by taxonomy term in the admin interface.
LabelsItemLink String The label for the term link field within the taxonomy editor.
LabelsItemLinkDescription String A description shown below the item link field in the taxonomy editor.
LabelsItemsList String The label for the taxonomy's item list view in the admin area.
LabelsItemsListNavigation String The label used for navigation controls in the item list view.
LabelsMenuName String The label displayed in the admin menu for the taxonomy.
LabelsMostUsed String The label used for the most frequently used taxonomy terms.
LabelsName String The plural display name for the taxonomy.
LabelsNameAdminBar String The label shown in the WordPress admin bar for quick taxonomy access.
LabelsNameFieldDescription String A short description displayed under the name input field in the taxonomy editor.
LabelsNewItemName String The label shown for entering a new taxonomy term name.
LabelsNoTerms String The label displayed when no terms exist in this taxonomy.
LabelsNotFound String The label displayed when no matching taxonomy terms are found.
LabelsParentFieldDescription String Descriptive text shown beneath the parent term field for hierarchical taxonomies.
LabelsParentItem String The label for selecting the parent taxonomy term.
LabelsParentItemColon String The label for the parent taxonomy term followed by a colon (used in some admin layouts).
LabelsPopularItems String The label for the section listing popular taxonomy terms.
LabelsSearchItems String The label used for the taxonomy term search field.
LabelsSeparateItemsWithCommas String The instructional label for separating multiple taxonomy terms with commas.
LabelsSingularName String The singular display name for the taxonomy.
LabelsSlugFieldDescription String A description displayed below the slug input field in the taxonomy editor.
LabelsTemplateName String The label for selecting a taxonomy template, if applicable.
LabelsUpdateItem String The label displayed when updating a taxonomy term.
LabelsViewItem String The label for viewing a taxonomy term on the front end.
CapabilitiesAssignTerms String The capability required to assign existing taxonomy terms to posts.
CapabilitiesDeleteTerms String The capability required to delete taxonomy terms.
CapabilitiesEditTerms String The capability required to edit taxonomy terms.
CapabilitiesManageTerms String The capability required to manage taxonomy terms, including creating and assigning them.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9454