Append 'Read More' link to link-gallery pages

Note: Will add to all link pages it finds, so if finer control needed target page specific element e.,g

$(".cmsGallery .cmsItem").each(function(){
target=$(this).find("a").attr("href");
$(this).find(".cmsText").append('View More'); });

View in HTML to see full code.

Index Next