Forums Forums Search & Filter Pro Automatic Number for each search result

Viewing 4 posts - 1 through 4 (of 4 total)
  • Trevor
    #84567

    You are using the Shortcode method with a customised results.php template?

    Does each post have an order code stored in a custom field that you could display somewhere?

    Anonymous
    #84791

    Hi,

    Yes thats correct, shortcode method with a customised results.php template.

    I am unsure about this, I have had a look and can’t see any? The gallery is displaying media files only.

    Trevor
    #84854

    Does each media file relate to a specific product? It may be necessary to add a custom field to each media file that holds the data. Or maybe the post ID would be enough?

    Anonymous
    #85132

    Each media file is related to more than one specific product so that will make it too confusing.

    Adding a custom field to each media file sounds very time consuming.

    I found the solution by displaying the post ID.

    I added this into my custom results.php

    <?php echo get_the_ID($post->ID); ?>

    Thanks again for your help!! Much appreciated.

    This topic is now resolved.

    Regards,

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