Viewing 1 replies (of 1 total)
  • Thread Starter xyzet

    (@xyzet)

    The solution was to edit my /includes/loop-search.php file in my child-theme.
    there i have added this line in the (single post) footer area:

    <footer class=”entry-footer serachattachments”>
    <?php
    echo wpba_attachment_list( array(‘post_id’ => get_the_ID() ,’show_icon’ => true, ‘no_attachments_msg’ => ”) );
    ?>
    </footer>

Viewing 1 replies (of 1 total)
  • The topic ‘Show Attachments in search results’ is closed to new replies.