python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
WP_Term_Query with WPML Translated Custom Taxonomy
So I want to be able to get all terms from a custom taxonomy.
My custom taxonomy has been created in specific languages; doing a simple WP_Term_Query isn't enough as that only gets the terms for my de...
Justin
Votes: 0
Answers: 1
Custom front-end form for adding post - Category problem
I've created a CPT front-end form for post-adding. It has a title, description, categories, image, and a couple of custom fields connected with ACF in the backend.
Everything is working, except catego...
Marko
Votes: 0
Answers: 0
How to add 2 different taxonomies to Wordpress CPT permalink structure
I have problem to add a second taxonomy to my cpt permalink structure.
With one register_taxonomy (pxlr-products-category) everything works fine and looks like this: https://example.com/products/my_ca...
PXD
Votes: 0
Answers: 0
How to filter archive posts based on custom taxonomy in Wordpress
I created a custom post type with a custom taxonomy. For this I used the following code in my functions.php
//Custom Posttype
function custom_post_type_rental() {
// source: https://wordpress.stac...

Ricardio
Votes: 0
Answers: 1