The Archive Item page template is a WordPress page that controls what shows up in the ‘mini listings’ shown throughout the site.. The contents of the page are the GeoDirectory Elements that are used to display listing data for each listing. Read more
You can find the page in WordPress Backend → Pages → GD Archive Item template
Here are some examples you can use:
Layout 1:
Content:
[gd_archive_item_section type="open" position="left"]
<div class="listing-card-top">[gd_post_badge key="featured" condition="is_not_empty" search="" badge="Featured" bg_color="#e67e22" txt_color="#ffffff"]
[gd_post_fav]</div>
<div class="listing-card-body">[gd_post_meta title="" key="post_category" show="icon-value"]
[gd_post_meta key='phone' show='icon-value']</div>
[gd_post_images type="image" controlnav='0' ajax_load="true" link_to="post"]
[gd_archive_item_section type="close" position="left"]
[gd_archive_item_section type="open" position="right"]
[gd_post_title]
[gd_post_badge key='claimed' condition='is_not_empty' icon_class='verified-icon' badge='Verified' bg_color='transparent']
[gd_post_address show="icon-value" address_template="%%street%%, %%city%%" alignment="left"]
[gd_post_rating alignment="left" ]
[gd_output_location location="listing"]
[gd_archive_item_section type="close" position="right"]
Layout 2:
Content:
[gd_archive_item_section type="open" position="left"]
<div class="listing-card-top">
[gd_post_badge id="" key="featured" condition="is_not_empty" search="" badge="Featured" bg_color="#e67e22" txt_color="#ffffff"]
[gd_post_fav]</div>
<div class="listing-card-body">
[gd_post_meta key="post_category" show="icon-value"]
[gd_post_title]
[gd_post_badge key='claimed' condition='is_not_empty' icon_class='verified-icon' badge='Verified' bg_color='transparent']
[gd_post_address show="icon-value" address_template="%%street%%, %%city%%" alignment="left"]</div>
[gd_post_images type="image" ajax_load="true" link_to="post"]
[gd_archive_item_section type="close" position="left"]
[gd_archive_item_section type="open" position="right"]
[gd_post_distance][gd_post_rating alignment="left" ]
[gd_output_location location="listing"]
[gd_archive_item_section type="close" position="right"]
Layout 3:
Content:
[gd_archive_item_section type="open" position="left"]
<div class="listing-card-top">
[gd_post_badge id="" key="featured" condition="is_not_empty" search="" badge="Featured" bg_color="#e67e22" txt_color="#ffffff"]
[gd_post_fav]</div>
<div class="listing-card-body">
[gd_post_meta key="post_category" show="icon-value"]
[gd_post_title]</div>
[gd_post_images type="image" ajax_load="true" link_to="post"]
[gd_archive_item_section type="close" position="left"]
[gd_archive_item_section type="open" position="right"]
[gd_post_meta key='event_start_date_time' show='icon-value' css_class='event_dates']
[gd_post_address show="icon-value" address_template="%%street%%, %%city%%" alignment=""]
<hr>
[gd_post_rating alignment="left" ]
[gd_archive_item_section type="close" position="right"]