hi there guys looking for FHG gallery plugin that has post scheduling and supports sponsor links such as pubacash, avrevenue , looking to make a gallery with feature image 
just found a good niche
just found a good niche
The Galley Magic plugin for WordPress automatically parses remote HTML pages and finds the image galleries*, copies all full-sized images a local host, crops the thumbnails and inserts them into your posts or pages as a standard gallery. The plugin is very easy to use and it works in both manual and bunch import modes. You can use the Gallery Magic plugin right in the visual editor or you can use it to mass import the galleries form a raw text dump or a CSV file.





<div class="attachment-image"><a href="<?php echo wp_get_attachment_url(); ?>"><img src="<?php echo wp_get_attachment_url(); ?>" alt="<?php the_title_attribute(); ?>" /></a></div>
<div class="attachment-image"><a href="<?php echo get_post_meta($post->ID, 'paysite', true); ?>"><img src="<?php echo wp_get_attachment_url(); ?>" alt="<?php the_title_attribute(); ?>" /></a></div>



Comment