justinledelson
Forum Replies Created
-
@wjgridley did you figure out how to disable this?
Forum: Plugins
In reply to: [HTTP 410 (Gone) responses] 404 Plugin’s Settings PageI ended up deleting the plugin and reinstalling. I think maybe my list was too big?
Forum: Plugins
In reply to: [HTTP 410 (Gone) responses] 404 Plugin’s Settings PageI’m on WordPress Version 4.9.7
Did you ever figure this out?
Did you ever find a solution to this?
Forum: Plugins
In reply to: [Real Estate Website Builder] Custom post type featured image.<?php $listings = PL_Listing::get(array('limit' => 10)); foreach ($listings[listings] as $listing) echo "<img class='rsImg' src='" . $listing[images][0][url] . "'/>".$listing[location][address].""; ?>I tried the following it didn’t work.
Forum: Plugins
In reply to: [Real Estate Website Builder] Custom post type featured image.Hey Matt,
Your code works. It grabs the images as requested. Is there anyway to also grab the address and possible the published date?
Thanks!
Forum: Plugins
In reply to: [Real Estate Website Builder] Custom post type featured image.The slider pulls data from custom post types. Is there anyway to add functionality for featured images for the “properties” CPT? Also, where is file that adds the CPT? What about the file for the widgets?
Forum: Plugins
In reply to: [Real Estate Website Builder] Custom post type featured image.The main slider is using royalslider, a very popular slider plugin.
I see the custom post type, “properties”. I also see that they don’t have a featured image capability. Is there anyway to add that capability.
Forum: Plugins
In reply to: [WooCommerce] Product subheading/subtitle under Product TitleHey GolfBravo,
Did you ever find a solution to this?
I tried the code from @twoelevenjay but it doesn’t seem to have any affect.
It is still going to the default content-single-product.php page.