Robert Armstrong

Forum Replies Created

Viewing 5 posts - 16 through 20 (of 20 total)
  • Author
    Posts
  • in reply to: ACF Repeater fields not working on single listing page #470533

    Robert Armstrong
    Full Member
    Post count: 24

    I am using this method to get repeater fields with listing page hook

    add_action(‘geodir_details_main_content’, ‘get_detail_page_content’, 40);
    function get_detail_page_content() {

    if(get_field(‘certificate’)):

    while(the_repeater_field(‘certificate’)):
    echo the_sub_field(‘lecter’);
    endwhile;

    endif;

    }

    in reply to: Search by Reigon #379444

    Robert Armstrong
    Full Member
    Post count: 24

    Can we show number of search results count on the top of the page. Like i search with state Utah and result showed total 15 results. I want to show count 15 results on top of the page.

    in reply to: Search by Reigon #378913

    Robert Armstrong
    Full Member
    Post count: 24

    I solved my issue.

    One question more but please dont reply me late.
    Can we search country, state by short name like can i search country name with USA and with United states.
    State texas search with both way one is Texas and second TX. That is possible both way in same snear field.

    Thanks,

    in reply to: Search by Reigon #378642

    Robert Armstrong
    Full Member
    Post count: 24

    One favor more please is Can i customize the where condition in Query ($where) variable. If i do please guide me how can i customize this through hook or direct customize the query.

    Thanks,

    in reply to: Search by Reigon #378584

    Robert Armstrong
    Full Member
    Post count: 24

    Thanks for respond Paolo.
    Can i use both option but search near location result ignore. Like if i search by state texas, the search result return only from texas state. Not come from near location also. whatever i search by enter press or select from autocomplete.

    Thanks,

Viewing 5 posts - 16 through 20 (of 20 total)