Not so awesome?
Parse error: syntax error, unexpected T_STRING in /var/www/vhosts/minibijou.com/httpdocs/wp-content/plugins/wp-shopping-cart/product_display_functions.php on line 992
Ok just engaged my brain and solved this.
The URL seems to be set individually for each case so for each ‘case’ in the function ‘gallery’ (starting line 162 of flickr-gallery.php) swap the href for this <?php echo $phpFlickr->buildPhotoURL($photo, 'medium') ?>
Medium can be square, thumbnail, small, medium, large and original, it defaults to medium if not added.
Hi, strangely enough I’m using the classes that WP writes in to style the links differently for each category/section. It’s proving useful, however that’s not why I’m posting…
Any ideas how I would insert a tabindex="0" at the beginning of each link to make them render tabbable in the default document flow?
Cheers.