I think your best bet is to search in the “personal” category and look for a theme which supports featured images and a custom post format: link! 
Or search in the “creative” category for a masonry theme 
Normally it’s a single license meaning you can only use it once. 
digitalimpact said
Run Flexslider in the callback function of load() :$('.pbd-alp-placeholder-'+ pageNum).load(nextLink + ' .post', function() { // Run Flexslider here // Update page number and nextLink. pageNum++; nextLink = nextLink.replace(/\/page\/[0-9]?/, '/page/'+ pageNum); // Add a new placeholder, for when user clicks again. $('#pbd-alp-load-posts') .before('<div class="pbd-alp-placeholder-'+ pageNum +'" />') // Update the button message. if(pageNum <= max) { $('#pbd-alp-load-posts a').text('Load More Posts'); } else { $('#pbd-alp-load-posts a').text('No more posts to load.'); } } );
Thank you so much Digitalimpact!! We owe you one 
We used this tutorial: http://www.problogdesign.com/wordpress/load-next-wordpress-posts-with-ajax/ to learn more about a “load more posts” button and how to implement it.
We got it to work beautifully but there is a slight issue. When we have a custom post format with a gallery (flexslider) on the second page (e.g. the page that gets loaded) and we press the load more posts the flexslider doesn’t get loaded.
We’re sure this is something that can be fixed relatively easy but we’re just looking over it! 
Thanks in advance!
FinalDestiny said
Not even close. No disrespect, but it’s not us limiting ourselves, it’s the big number of clients putting limits on us by buying the same generic look and themes, innovation rarely sells and is appreciated.
Sadly this is the truth 
Innovation cannot and never will be at it’s end 
It will most likely be harder to achieve but those who will try hard and make something amazing and unique will always get the recognition they deserve by other authors
Clients will most likely not always be able to appreciate this.
Thanks for the quick response guys!
We’re from Belgium by the way!
Is the payoneer card available in all countries? We tried to locate a list of supported countries but couldn’t find it! 
Does anyone use this payment method and can tell us how you feel about it and what the benefits are? 
Thanks guys 
Thank you so much Themebros and mike! We got it to work! 
First: how could we add a document ready and window load into one? We use flexslider so we’ll plave it inside the start: callback.
Another question though: how can we assure that it will be loaded if the flexslider (gallery post) isn’t used?
Thanks for all the help guys, we really appreciate it! 
