Display Recent Listings
2 posts by 1 authors in: Forums > CMS Builder
Last Post: September 18, 2010 (RSS)
Hello,
I would like to have a link to display the 10 most recent listings.
I have tried the following but to no avail:
<a href="listings.php?orderBy=createdDate,limit=10">Recent Listings</a>
I would be really grateful if someone could help me out with this.
Thank you,
Greg
I would like to have a link to display the 10 most recent listings.
I have tried the following but to no avail:
<a href="listings.php?orderBy=createdDate,limit=10">Recent Listings</a>
I would be really grateful if someone could help me out with this.
Thank you,
Greg
Re: [gversion] Display Recent Listings
Hi,
I figured this out by just creating a new view using the Code Generator and getting it to display only ten records sorted by date in descending order.
Greg
I figured this out by just creating a new view using the Code Generator and getting it to display only ten records sorted by date in descending order.
Greg