Hello team, i want to change item title to item meta title in search page result listing place .
How to do this ..?
loop-single.php -
<h3><a class="title" href="<?php echo osc_item_url(); ?>" title="<?php echo osc_highlight(osc_item_title(), 100); ?>">
<?php echo osc_highlight(osc_item_title(), 100); ?> </a></h3>
<?php } ?>
premium item + free item - both title replace ais item meta title if available else normal item title want to show.
here how replace - item title - if user or admin setup custom meta title & description then its shown in item / ad page default. but in search or category page not showing.
So how to achieve these?