This addon will allow
you to display a sitemap file to all your listings. The addon
allows you to set the number of columns and is tuned for SEO
turned on in the admin. You can set the display to display the
site map for your listing classes using {sitemap_addon_#} where
the # is the class Number. The addon will return a link to all
listings found using that pclass #.
You can also use multiple addon tags in your page by one
putting {addon_sitemap_1} {addon_sitemap_2} {addon_sitemap_3}.
This would display the links for pclass1 then pclass2 then
pclass3, You get the picture. Each will be separated by a H5 tag
with Site Map of all Land
Properties : with the property class (shown in red) changing
to match your DB field for each pclass you choose to display.
The addon has a feature to set the number of columns to
display (default to 3). I've included the image (arrow.gif) and
a sitemap.css to control the layout.
The addon includes an arrow.gif you could modify to suit your
color preference.
If you want something like the Price to show along with the
title (or instead of) you will find a line $Price =
listing_pages::renderSingleListingItem($ID, "price", "value");
in the addon. All you would need to do is add $Price to the
$display and it would be displayed. Or course you can simply
copy that line to get the Beds or Baths or any other listing
field.