get_terms(); accept include as an array, you are trying with a string term id instead of array, try this
$parent_terms = get_terms($taxonomyName, array('include' => array('67'), 'orderby' => 'slug', 'hide_empty' => false));
Related Posts:
- Show all terms of a custom taxonomy?
- Get used terms by an author as array of strings
- How to get the term before the last from a custom taxonomy?
- List all categories but exclude current post category on single post page
- WP_Query use for a filter with multiple Taxonomies and Terms
- Problems with function on function.php
- get_the_terms – only top level
- get_terms orderby numeric
- Query all posts of a custom taxonomy term
- get_term_link() returns incorrect url
- Can I prevent the user from adding more than two levels deep of terms inside of a taxonomy metabox?
- Why my filterable portfolio page work not perfectly between slug button and slug output WORDRPESS?
- Grab posts by multiple categories
- How to get original custom taxonomy slug after the slug has been rewritten?
- How to get post’s current parent term ID?
- How to show only subcategories in parent category not parent category?
- Include Parent Term in wp_list_categories
- Copy taxonomy terms from one post to another programmatically
- Get all categories post is not in
- How to filter custom taxonomy term name, slug, and description?
- Hierarchical taxonomy list with modificated term links
- Use get() method to grab all categories and output inside another method
- Exclude product attributes from taxonomy terms loop
- Listing titles and custom fields of entries within subcategories
- Create a a form for custom taxonomy terms
- How to break up php code to avoid echo
- PHP displaying wrong custom taxonomy images
- How do I edit the terms output args or array data?
- How to retrieve taxonomy Metabox fields in frontend
- Create category after theme setup and modify the default one
- WordPress using get_term to retreive slug not working as expected
- how to display child terms with parent terms in custom taxonomy?
- Get category id for a custom category and display it in a class
- Saving category as insert post
- Pass custom value to custom taxonomy
- Incomplete term slugs output from a foreach loop with get_the_terms
- WordPress different custom tag being displayed in on tag list
- Get category name of current post (CPT UI)
- hover image appears below placeholder instead of overlayed
- combine Code 1 with Code 2
- get current product name in functions.php
- get post based on category chosen in drop down – The ajax method
- How to use transient in this code for related post?
- Creating a related post section based on similar categories
- Custom Post Type Archive Page Filtering
- Swapping wp_dropdown_categories function with wp_category_checklist
- Limit number of terms that a custom taxonomy can save per custom post type
- Create a hierarchical taxonomy list in WordPress
- Randomly Assign an Image’s Alt Text Based on Data From Post
- get_term_link() returns correct – But illogical error-messages disturb
- Proper syntax or method for keeping url in modified isotope / category links
- Display Taxonomy Terms in an option tag with value being the slug
- Filter Select results based on selection
- get a simple array of all of the term names that exist in all taxonomies
- Allow user to set custom order to a list of custom taxonomies?
- What is an equivalent of single_cat_title for getting the slug of the category?
- PHP Warning: Attempt to read property “term_id” on bool
- Issue adding sub category programmatically
- How to exclude category ID from Looper in WordPress
- Add a specific part of current category page url to shortcode
- how do I get a specific post from a post with a subcategory in WP
- WP grandchild categories in nested ul li
- Pass Category Name, Description and Photo into variables to pass to jQuery
- How to show single category archive
- Move category description below post list in blog
- How to pick the default selected value in wordpress dropdown?
- Applying A Category to Existing Posts Where Page Title Matches Regex
- Get page that displays all children of taxonomy parent
- Displaying custom taxonomy on WooCommerce product page
- selected option if current category is the value
- get_template_part based upon post’s category
- How to split links generated into an xml sitemap to avoid exceeding 30 sec maximum execution time?
- how to save selected option in variable for rest api category filter
- Setting default category base on theme activation
- Recent Posts Not Showing Only On A Specific Category Page [closed]
- Hide subcategories (widget)
- Get term siblings of current child taxonomy
- Alert Bar section within WP loop is displaying even though there are no posts
- Let Users Choose Post Categories
- Different post styles depending on category
- Display category name only once inside loop
- How to get custom posts sub category link
- Insert term and child term from frontend
- multiple taxonomy select display only one in front end
- Display parent and child taxonomies in separate drop down select fields
- need help with existing code showing subpages
- Custom field values to taxonomy terms
- Get posts from specific taxonomy term
- how to show only specific category for a template
- Pull Tags But Not as Links
- Dilemma of Populating all the categories in a drop down list
- Display most popular posts of category
- Creating sub-categories via php
- Display custom taxonomy attached to the post on post single page
- Define specific category name in PHP
- Edit the_category (); for a hierarchical display
- JSON REST API WordPress only showing first 10 categories
- Category title output before opening title tag
- Get parent category id from child category page for custom taxonomy
- List taxonomy term slugs within shortcode (do_shortcode)