Example #1
0
				<?php 
        do_action('mpp_before_gallery_entry');
        ?>
				
				<div class="mpp-item-meta mpp-gallery-meta mpp-gallery-meta-top">
						<?php 
        do_action('mpp_gallery_meta_top');
        ?>
				</div>
				
				<div class="mpp-item-entry mpp-gallery-entry">
					<a href="<?php 
        mpp_gallery_permalink();
        ?>
" <?php 
        mpp_gallery_html_attributes(array('class' => 'mpp-item-thumbnail mpp-gallery-cover'));
        ?>
>
						<img src="<?php 
        mpp_gallery_cover_src('thumbnail');
        ?>
" alt ="<?php 
        echo esc_attr(mpp_get_gallery_title());
        ?>
" />
					</a>
				</div>	
								
				<?php 
        do_action('mpp_before_gallery_title');
        ?>
Example #2
0
					<img src="<?php 
mpp_gallery_cover_src('thumbnail');
?>
" />
				</a>
			</div>	

			<?php 
do_action('mpp_before_gallery_title');
?>

			<a href="<?php 
mpp_gallery_permalink();
?>
" <?php 
mpp_gallery_html_attributes(array('class' => "mpp-item-title mpp-gallery-title ", 'mpp-data-context' => 'shortcode'));
?>
 ><?php 
mpp_gallery_title();
?>
</a>

			<?php 
do_action('mpp_before_gallery_actions');
?>
	

			<div class="mpp-item-actions mpp-gallery-actions">
				<?php 
mpp_gallery_action_links();
?>
Example #3
0
						<img src="<?php 
        mpp_gallery_cover_src('thumbnail');
        ?>
" alt ="<?php 
        echo esc_attr(mpp_get_gallery_title());
        ?>
" />
					</a>
					
				</div>	

				<a href="<?php 
        mpp_gallery_permalink();
        ?>
" <?php 
        mpp_gallery_html_attributes(array('class' => 'mpp-item-title mpp-gallery-title', 'data-mpp-context' => 'widget'));
        ?>
>
					<?php 
        mpp_gallery_title();
        ?>
				</a>
				
				<div class="mpp-item-actions mpp-gallery-actions">
					<?php 
        mpp_gallery_action_links();
        ?>
				</div>
				
				<div class="mpp-type-icon"><?php 
        do_action('mpp_type_icon', mpp_get_gallery_type(), mpp_get_gallery());
Example #4
0
        ?>
" id="mpp-gallery-<?php 
        mpp_gallery_id();
        ?>
">
				
				<?php 
        do_action('mpp_before_gallery_entry');
        ?>
				
				<div class="mpp-item-entry mpp-gallery-entry">
					<a href="<?php 
        mpp_gallery_permalink();
        ?>
" <?php 
        mpp_gallery_html_attributes(array('class' => "mpp-item-thumbnail mpp-gallery-cover", 'mpp-data-context' => 'galery'));
        ?>
>
						<img src="<?php 
        mpp_gallery_cover_src('thumbnail');
        ?>
" />
					</a>
				</div>	
								
				<?php 
        do_action('mpp_before_gallery_title');
        ?>
				
				<a href="<?php 
        mpp_gallery_permalink();