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
PHP
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!-- BEGIN: SIMILARPAGES -->
<!-- BEGIN: SIMILAR_LIST -->
<ul
class
=
"bullets"
>
<!-- BEGIN: PAGE_ROW -->
<li>
<strong><img src=
"{PAGE_ROW_IMAGE}"
/></strong> <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.