Wow. Thanks Chris. Looks like you’ve been busy ??
Since it wasn’t an option earlier, we already talked the client into shortening the quotes so the excerpt is not necessary now, but I did try it anyways and it wasn’t working quite right on our site. It was just a box with the read more button. no content(?) Not sure why but I didn’t investigate very deeply.
Since we did shorten the quotes we are now using something like this:
[strong newest title]
[client]
[field name="client_name" class="testimonial-client"]
[field name="association" class="testimonial-association"]
[field name="city_name" class="testimonial-city"]
[/client]
[/strong]
Which seems to work fine.
We are also using the widget in a sidebar and I did find one “bug” in there too. Not sure if it was intentional or not, but in the INCLUDES > WIDGET.php file, I moved line 197-198 to line 189-190 so it reads like this:
...
if ( 2 == $data['more'] )
echo sprintf( $format, get_permalink( $data['more_page'] ) );
if ( 1 == $data['more'] )
echo sprintf( $format, get_permalink( $post ) );
echo '</div>'; // testimonial-widget
}
...
This puts the “link to page” button inside the div/box, same as the “link to testimonial”. For what it’s worth.
Thanks for the plugin. Seems to be taking shape.
kevin