danny852
Forum Replies Created
-
Try this in output_tags.php for {featuredimg}
function otf_featuredimg($option_key, $result, $ext) {
$fimage = wp_get_attachment_image_src( get_post_thumbnail_id($result), ‘thumbnail’ );
$imgtag=’Ximg src=”‘.$fimage[0].'” /Y’;
return $imgtag;
}Replace X and Y with less than and greater than signs.
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Multiple locations for one listingHi, I have a similar problem. The plugin is MOSTLY awesome, but I want to have listings attached to multiple categories.
Is it possible to do this? I’ve had a quick look at the code and it does not look trivial.
Something that would work is for Jetpack to publish a whitelist as a DNS TXT record like an SPF record, and for some kind soul (at Jetpack?) to also publish the PHP code to check the REMOTE_ADDR or X-Forwarded-For address against the published whitelist.
Forum: Plugins
In reply to: [WZone - Lite Version] Amazon Associates???EasyAzon gives better help docs. Get EasyAzon to work, and Woozone might work. This process worked for me.
The key for me was to follow http://boostwp.com/easyazon-pro-install/
Step 3.5 – Set up For Your Amazon Product API