Dependant Taxonomy Dropdown
-
Hello
the custom field does not work when the ad is posted.
At the search engine, yes
orszag_megye
function dependant_taxonomy_dropdown_get( $type = null ) {
$arr = array(
“advert” => array(
“advert_category” => array( “taxonomy” => “advert_category” ),
“orszag_megye” => array( “taxonomy” => “orszag_megye” ),
“adverts_location” => array( “taxonomy” => “advert_location”, “rename_to” => “advert_location” )
),
“search” => array(
“adverts_category” => array( “taxonomy” => “advert_category” ),
“orszag_megye” => array( “taxonomy” => “orszag_megye” ),
“location” => array( “taxonomy” => “advert_location” )
)
);
What could be the problem?
what is the solution?thanks
The page I need help with: [log in to see the link]
The topic ‘Dependant Taxonomy Dropdown’ is closed to new replies.