| Ross |
|
|---|---|
|
Can images be shown with similarpages plugin? I'll like to make it more similar to LinkWithin or other widgets - I don't want to use those because they low your Google ranking I understood. I was thinking about something like: <img src="{PAGE_ROW_IMAGE}" /> in
<!-- BEGIN: SIMILARPAGES -->
<!-- BEGIN: SIMILAR_LIST -->
<ul class="bullets">
<!-- BEGIN: PAGE_ROW -->
<li>
<img src="{PAGE_ROW_IMAGE}" /> <strong><a href="{PAGE_ROW_URL}">{PAGE_ROW_SHORTTITLE}</a></strong>
<p class="small">{PAGE_ROW_DESC}{PAGE_ROW_MORE}</p>
</li>
<!-- END: PAGE_ROW -->
</ul>
<!-- END: SIMILAR_LIST -->
<!-- BEGIN: NOSIMILAR_LIST -->
<p>{PHP.L.None}</p>
<!-- END: NOSIMILAR_LIST -->
<!-- END: SIMILARPAGES -->
But <img src="{PAGE_ROW_IMAGE}" /> doesn't work and I cannot find the TPL tag to show the image of a page. |