• Resolved cexpert

    (@cexpert)


    I am working on a custom template for user listing form
    acadp-public-edit-listing-display.php
    and I want to put some specific custom fields before the title and some others after.
    I can see tha custom field input is managed in bulk by
    do_action( ‘wp_ajax_acadp_public_custom_fields_listings’, $post_id, $category );
    How would you suggest I control them individually?

Viewing 1 replies (of 1 total)
  • Plugin Author pluginsware

    (@pluginsware)

    Hi,

    Actually, Our custom fields are Custom Post Type named “acadp_fields”.

    Kindly open the file class-acadp-admin-listings.php from the below path and refer save_meta_data function.

    wp-content/plugins/advanced-classifieds-and-directory-pro/admin/class-acadp-admin-listings.php

    Our custom fields are Custom Post Type named “acadp_fields”. They are linked to the listings post type (acadp_listings) as post_meta and stored using the field id.

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Can I manage custom fields individually in the user listing form’ is closed to new replies.