I would like to put the country flag after the listing title in Search Results. (like in screenshot)
Can anyone guide me in this?
Can I use the same method like in author widget?
for ex:
<div class="flag flag-gb wlt_locationflag"></div>
code in class_widgets.php : <div class="flag flag-<?php echo strtolower($selected_country); ?> wlt_locationflag"></div>
<div class="flag flag-<?php echo strtolower($selected_country); ?> wlt_locationflag"></div>
I suppose $selected_country variable should be replaced with another variable?
This reply is for PremiumPress customers only.
333
Views
1
Replies
Copyright © 2010-2026 PremiumPress Limited.
I would like to put the country flag after the listing title in Search Results. (like in screenshot)
Can anyone guide me in this?
Can I use the same method like in author widget?
for ex:
<div class="flag flag-gb wlt_locationflag"></div>code in class_widgets.php :
<div class="flag flag-<?php echo strtolower($selected_country); ?> wlt_locationflag"></div>
I suppose $selected_country variable should be replaced with another variable?
Attachments:
You must be logged in to view attached files.Members Only Content
This reply is for PremiumPress customers only.
Login Now