I’ve read a few posts about this, but can’t find a clear answer 🙁 I have a custom post type called {ondemand} Within the custom post, I have three...
So I have setup a custom post type ‘products’ and custom taxonomies / categories ‘defence’ ‘law & enforcement’ and ‘Commercial’. I have using the following conditional to set some...
I’m fairly new to PHP/wordpress, and this is actually the first time I haven’t been able to answer a question through google! I’m working on getting up to speed...
I have a website that lists businesses in different cities (this is a niche site, so all businesses have the same “classification”). For starters I created a CPT for...
I want to include categories which are listed in a non-native WordPress table to display within the “normal” wp page navigation (the table comes from WP-Filebase and is called...
I’ve got a vexing how-to that I’ve not found any help on. I have a custom post type that has a custom field with a date in it (format:...
I am creating a custom taxonomy for the first time. I am trying to add a Location taxonomy. What I am actually trying to do is use existing categories...
this is my situation: I have a Custom Post Type named struttura (like accommodation): function custom_post_struttura() { $labels = array( 'name' => _x( 'Strutture', 'post type general name' ),...
I am faced with a thorny problem and can’t seem to find the solution in the wealth of community knowledge on the web. I have two custom posts types...
This is driving me nuts and I’m sure it’s simple but nothing I search for comes up with a simple structure (everything is very complex). I have a custom...