IT Nursery
I don’t quite understand how to link to my taxonomy templates. Do I need to make a page-tempalte and query my terms from there? I’m using the taxonomy hierarchy...
  • May 29, 2022
  • 0 Comments
IT Nursery
This is the url: HOUSE 1 I have custom post type “Properties”.For each new property, I can select “Property Type”, “Property Status”, “Property Location” taxomony. This page is using...
  • May 29, 2022
  • 0 Comments
IT Nursery
I’m using this code: $post = array( 'post_content' => $desc, 'post_title' => $name_new, 'post_status' => 'publish', 'post_type' => 'portfolio_page', 'tax_input' => array('portfolio_category' => array($cat, 18, 19)) ); if (!$post_id...
  • May 29, 2022
  • 0 Comments