Home › Forums › Back End › How to achieve two different excerpt layouts on one WordPress site? › Re: How to achieve two different excerpt layouts on one WordPress site?
June 4, 2013 at 4:49 am
#137566
Participant
Hey @JoshWhite
Interesting you mention that. Just last night I decided to use a plugin called ‘[Video Thumbnails](http://wordpress.org/plugins/video-thumbnails/ “Video Thumbnails”)’ which does exactly as you mention. It searches your existing posts, grabs the thumbnail (if any) then you call that thumbnail with a bit of code.
I have a done an if/else statement along with the previous ‘get first image’ function, and this seems to work fine. This seems to be the best solution for me so far.