Community Forums › Forums › Archived Forums › Design Tips and Tricks › Agentpress – Custom Featured Listings Widget
- This topic has 10 replies, 9 voices, and was last updated 9 years, 8 months ago by
Zach.
-
AuthorPosts
-
February 5, 2013 at 1:40 am #18156
robertsjg
MemberIs it possible to customize which listings show up in featured listings widget? By default it looks like the widget pulls the most recent listings, but I would like to be able to indicate which listings are featured, and change that at will.
February 16, 2013 at 7:17 pm #20748robertsjg
MemberAnyone have an idea how this can be done? It would be swell if the listings that show in the featured listings widget could be assigned via tag - this way it would be easy to go into MLS listings and add a tag to a listing to make it featured.
February 17, 2013 at 9:23 pm #20923darcara
MemberHi, have you figured out anything on this? I also want to use the featured listings widget to feature a few listings every week that I have chosen to showcase. Does anyone know if that functionality to pull based on a tag or other taxonomy is there or does it just pull the most recent listings? If it pulls from the date on the listing, can the date be manipulated or is it strictly based on the date created?
February 26, 2013 at 5:33 pm #23002jeffkofahl
MemberI'm hearing the sound of crickets on using the Listing Widget for displaying groups of listings based on any kind of criteria. Anyone out there doing this? I can't find much on the old forums about it either and what I did find wasn't really clear.
February 26, 2013 at 5:55 pm #23008robertsjg
MemberHere's what I've figured out as far as Agentpress goes. Agentpress provides a number of utilities for displaying MANUALLY entered real estate listings - such as the featured listings widget.
If you want to use MLS integration with an IDX plugin such as dsIDXpress then you get 4 widgets from that plugin which display the automatically pulled MLS data. This automatically pulled MLS data cannot and does not integrate in any other way with the theme. It doesn't add information to your featured listings widget, it doesn't integrate with your communities widget, etc.
If you are using the dsIDXpress plugin or any other MLS IDX plugin - with the goal of using primarily automated MLS pull data - then there is no difference in using Agentpress vs any other wordpress theme, with the possible exception that in Agentpress (and a few other themes) you get a page template which gives you a number of widget spaces across a full page.
February 26, 2013 at 6:48 pm #23027dezz
MemberAnyone can advice on this ? It would be great to be able to select a taxonomy for the featured listing.
Thanks in advance
March 14, 2013 at 12:29 pm #26252cushtina
MemberThere's another plugin called Genesis Featured Widget Amplified that lets you feature custom post types according to custom taxonomies. That might be what some of you are looking for.
April 16, 2013 at 4:41 pm #35842KABYT
MemberI found a work around. Change the date of the # of posts you want added to the featured listings area to be the last x # of listings. It looks like it only shows the most recent so make the ones you want the most recent!
December 18, 2013 at 4:42 am #79930SanJuanLive
MemberAny further thoughts on this? I'd like to display featured listings by location and not date as I have location specific landing pages. (Yes I did leave this same question on another thread).
January 27, 2014 at 11:54 am #87250asterbird
MemberYou'd have to customize the plugin via FTP. Is Location a taxonomy? To change featured listings, go to plugins/agentpress-listings/includes/class-featured-listings-widget.php, and near line 35, add something like:
... $query_args = array( 'post_type' => 'listing', 'location' => 'seattle' 'location' => 'philadephia', ...
check this page for more info: http://codex.wordpress.org/Class_Reference/WP_Query#Taxonomy_Parameters
June 21, 2015 at 3:59 pm #157048Zach
MemberDid anyone ever figure this out?
-
AuthorPosts
- The forum ‘Design Tips and Tricks’ is closed to new topics and replies.