Forum
Perch Search: Listing Results - HTML
Hello,
How could I display information from perch:blog within the search results please?
My code is
<perch:search id="perch_item_odd" />
<div class="fluid registration">
<div class="fluid plateNum"><a href="<perch:search id="result_url" />"><perch:search id="result_title" /></a></div>
<div class="fluid feature zeroMargin_desktop"><span class="spanStuff"><i class="fa fa-credit-card"></i>
<a href="<perch:search id="result_url" />">Buy Now</a>
<i class="fa fa-check-square-o"></i><perch:blog id="Price" type="text" /></span></div></div>
Everything works except for the perch:blog id="Price" how can I convert this to display correctly please.
Many Thanks
If you add
<perch:showall />
do you see the values that you need?