mattdeanuk
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [WordPress Infinite Scroll by Auto Load Next Post] Almost but…No worries Sebastien, I gave up and wrote my own.
ThanksTurns out it is a problem with Android 4.4, should be fixed in the next version from what I can gather.
Forum: Plugins
In reply to: [Testimonials by WooThemes] Sidebar widget – Show random testimonials@lilfairie Soryr, just seen this, did you get it working?
You just needed to paste it into your theme where you want it to appear.
HTHForum: Plugins
In reply to: [Testimonials by WooThemes] Sidebar widget – Show random testimonials<?php do_action( 'woothemes_testimonials', array( 'limit' => 2, 'orderby' => rand ) ); ?>Should do it.
Forum: Hacks
In reply to: the_tags as alt text for imagesThe problem is the_tags outputs the tag names surrounded by anchor tags, which I’m guessing then break out of the alt tag.
As to a solution, off the top of my head, you could output the tags to an array in the header, strip the anchor tags, then output this array into your alt text. May not be the best way to do it though.
Matt
Viewing 5 replies - 1 through 5 (of 5 total)