Hello Nayeem Riddhi,
at the Attire Template File search-result-wpdmpro.php I tried the following, but it has no effect, no “test” is outputed either.
<?php
/**
* Base: wpdmpro
* Developer: shahjada
* Team: W3 Eden
* Date: 2/1/20 19:40
*/
if(!defined(“ABSPATH”)) die();
?>
<div class=”media”>
<div class=”mr-3″>
<?php echo do_shortcode(‘
pdf_thumb_80x110
’); ?>
<?php echo “test”; ?>
<?php the_post_thumbnail(); ?>
</div>
<div class=”media-body”>
<h3 class=”search-result-title”><?php the_title(); ?></h3>
<?php _e(‘Last updated on ‘, ‘attire’); ?> <?php echo get_the_modified_date(); ?>
</div>
</div>