You should not use category parameter to query custom taxonomy instead you should use tax_query parameter or directly custom taxonomy name as shown in the following query.
query_posts( array( 'post_type' => 'ublalfieportfolio', 'ublalfieportfolio-categories' => 'parketten', 'posts_per_page' => -1) );
Refer this page to know how to use custom taxonomy parameter in custom query.
Related Posts:
- Display posts separated by Category in Author’s page
- custom query for both category and pages using global $wpdb;
- SQL query to get posts from multiple categories but not in a category
- Gutenberg editor add a custom category as wrapper for custom blocks
- How can I hide a category from Contributors in the edit/add new post screen?
- WordPress Multiple Category Search
- How to remove categories filter from wordpress admin?
- is_category() in pre_get_posts strange error
- Decreasing the Memory Consumption of a WordPress Site?
- Multiple Domain Names – One WP Install (non-Multisite) – Default Each Domain name to Category Archive
- How can I select a primary category?
- how to use a different domain/subdomain for authors/catagories on single site?
- Rearranging posts based on categories
- Deleting default category in wordpress
- Delete a specific category when deleting a user
- How to list child categories in custom category template?
- Trash bin for categories
- How to set up sub-categories for author pages?
- View category in the preview of Theme Customizer
- One WordPress Install, Two Categories. Each Category Gets a Domain
- Block multiple categories from Blog
- Custom Query to search through categories
- How to query all posts of a specific category, and any other category combination
- How to have a static category/author page?
- Create single.php for specific category by category id
- is_category in pre_get_posts results in php notices
- Show posts of one category only with Custom Taxonomy on single.php
- Query the Loop without breaking it
- Save metabox checkboxes values to custom content type
- Select category in custom query
- How to Check if a Child Category is Being Queried
- Remove “Parent” Selection When Adding/Editing Categories?
- Order Taxonomy Term by date created
- How Do I Merge Categories With phpMyAdmin
- Apply custom category template to subcategories
- Hide post meta data on a specific category
- Category archive page – loop through posts of certain tag (with pagination) – pre_get_posts
- Format Brand value in Category view [closed]
- Add custom taxonomy under the category title
- How to show in search results posts with a particular tag in a particular category?
- What is the advantage of using header-catname.php over is_category(‘catname’);?
- Remove ‘rel’ attributes from the_category() output
- If newest post of category is newest post in general, skip first post of category
- Multiple menu items highlighted
- in_category() works in single.php but not in page.php?
- Disallow categories from this MySQL query
- Use a wordpress page to display a certain category
- Include posts from feature category in pre_get_posts
- How to view WordPress’ default category IDs?
- Multiple Category Search
- How do I add a function on a specific post category?
- How to display posts under a specific subcategory of a given category
- get_the_category and echo out link to child-most/deepest category
- How to customize category template?
- Category-slug.php not being used
- How would I go about adding custom header images per category?
- query in category.php repeats itself
- Automatically exclude categories from metabox based on title
- Category param redirect to post type archive
- How to categorize posts under Category 1 and Category 2 which are separate lists of categories, and display them as separate lists in widgets
- How to get related tags based on a category?
- How to organize custom categories for filtering and selecting
- WordPress custom Query for Posts in Category display posts multiple times
- Filtering *out* a taxonomy from the admin post list
- Show popular post by category code
- How to rewrite the post URL according to the category?
- How to get latest posts from each category in regular order
- How to build a simple nav system of custom post type categories and its posts?
- category pagination got broken suddenly
- How to query categories with Advanced Custom Fields?
- Where and when does WordPress invoke routes
- Display thumbnails for certain category posts
- Multiple Category Query
- Keyword search in multiple categories
- Is it possible to remove from default category widget?
- How to customize my category pages
- And/Or Category Query
- How to make the ‘delete’ button inactive on some categories?
- Two columns in homepage each with one category
- Exclude category from query
- Overriding default calendar to show posts from a category
- Multiple selection for wordpress widget
- Different CSS class by category
- how to nest specific category thumbnails inside different containers
- Wrong category nice name is displayed on archive page
- function query_posts disabling current_page_menu class
- How can i change what one category displays?
- Remove any product that is featured from regular display loop [WooCommerce]
- Two Sections on Woocommerce Catergory Page [closed]
- How to let the user create a selection of categories via the backend
- Theme for subcategories
- Add code to header based on category for specific posts?
- Custom css per category and per single post belong in each category
- How Do I Delete WordPress Posts Older Than 400 Days, From A WordPress Category
- Using in ‘category_name’ in ‘$query->set();’?
- How to hide widget from certain category
- I would like to feature a tip on the homepage
- How to add icon over specific thumb
- Get categories of queried posts
- Query from multiple category (and)