示例#1
0
<br />

Categories: <?php 
    the_category(' ');
    ?>
<br />

<?php 
    the_tags();
    ?>
</div>

<?php 
}
?>




<?php 
the_content();
?>


<?php 
if (is_single() || is_page()) {
    printLikes(get_the_ID());
}
?>
示例#2
0
        ?>
"><?php 
        the_title();
        ?>
</a></h4>
                        <p><?php 
        echo get_the_term_list($post->ID, 'gallery_entries', ' ', ', ', ' ');
        ?>
</p>
                    </div>
                    <?php 
        if (dt_theme_is_plugin_active('roses-like-this/likethis.php')) {
            ?>
                        <div class="views">
                            <span><i class="fa fa-heart-o"></i><br><?php 
            printLikes($post->ID);
            ?>
</span>
                        </div>
					<?php 
        }
        ?>
                </div>
            </div><?php 
    }
    ?>
     </div><?php 
    if ($the_query->max_num_pages > 1) {
        ?>
		<div class="pagination">
			<?php 
											} else {
												echo "<img src='".$gallery_item_meta['items'][0]."' width='1060' height='795' alt=''/>";
											}
		                        		}
		                        	} else {
                        				echo "<img src='{$popup}'/>";
                        			}?>
                        			<div class="image-overlay">
                        				<div class="image-overlay-details">
                        					<h5><a href="<?php the_permalink();?>" title="<?php printf( esc_attr__('%s'), the_title_attribute('echo=0'));?>"><?php the_title();?></a></h5>
                        					<div class="links">
                                            	<a href="<?php echo $popup;?>" data-gal="prettyPhoto[gallery]" title=""> <span class="fa fa-search-plus"> </span> </a>
                                            	<a href="<?php the_permalink();?>" title=""> <span class="fa fa-external-link"> </span> </a><?php
                                            	if(dttheme_is_plugin_active('roses-like-this/likethis.php')): ?>
	                                            	<div class="views">
    	                                        		<span class="fa fa-heart"> </span><?php printLikes($post->ID);?>
        	                                    	</div><?php 
            	                                endif;?>	
                	        				</div>
                    	    			</div>
                        				<a class="close-overlay hidden"> x </a>
                        			</div>
								</figure>
								<div class="dt-gallery-details">
									<div class="dt-gallery-details-inner">
										<h5><a href="<?php the_permalink();?>" title="<?php printf( esc_attr__('%s'), the_title_attribute('echo=0'));?>"><?php the_title();?></a></h5>
										<?php if( array_key_exists("sub-title",$gallery_item_meta) ):?>
												<h6><?php echo $gallery_item_meta["sub-title"];?></h6>
										<?php endif;?>
									</div>
								</div>