I’ve taken more than 10,000 sports photos in the past four years, and some of them actually turned out to be pretty good. You can order them at this link.
I priced individual prints (4×6 or 5×7) under $2 because I wanted to make them affordable. You can search the galleries by sport, or scroll down for a list of all the latest photo albums.
Baseball | Basketball | Football | Golf | Soccer | Softball | Tennis | Volleyball | Wrestling
Latest Albums
include_once(ABSPATH . WPINC . '/feed.php'); // include the required file
$feed = fetch_feed('http://republictigersports.smugmug.com/hack/feed.mg?Type=nickname&Data=republictigersports&format=rss200'); // specify the source feed
$limit = $feed->get_item_quantity(15); // specify number of items
$items = $feed->get_items(0, $limit); // create an array of items
}
if ($limit == 0) echo ‘
‘;
else foreach ($items as $item) : ?>



