Forums Forums Search & Filter Pro Displaying custom field in search results

Viewing 2 posts - 1 through 2 (of 2 total)
  • Anonymous
    #197656

    Hi,

    We have a camp database where each camp is a post: wholeearth.org/day/

    We would like to display how many slots are left in a camp. Eventually we would like to do this with API. Our camp registration software, ActiveWorks, provide API but I have no idea how to use it with your plugin. Do you know approx. how many hours of work it will be for us to hire someone to integrate that well-documented API into your plugin?

    In the meantime, I can create a custom field for the user to select from. But how can I have this custom field display on the search results, similar to category and author?

    Thanks!

    Trevor
    #197661

    Please note that we are now into a holiday period in the UK. We will be working for some of this period, but replies may be delayed at times.

    With regard to custom work, we do not offer that service. You would need to hire a freelance coder. Sites such as codeables.io are a good place to look.

    If you use the Advanced Custom Fields plugin to create the custom field, and are using our Shortcode Display Results method (or use a similar PHP template file), a custom field is out put like this:

    <h4 class="my_custom_heading_class">My Custom Field Title: 
    <?php the_field('my_custom_field_name'); ?></h4>
Viewing 2 posts - 1 through 2 (of 2 total)