• Resolved zsolt

    (@zsolt82)


    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]

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Dependant Taxonomy Dropdown’ is closed to new replies.