Пример #1
0
								</div><?php
								if( array_key_exists('blog-post-excerpt-length',$tpl_default_settings) ):?>
								<div class="entry-body"><?php echo dttheme_excerpt($tpl_default_settings['blog-post-excerpt-length']);?></div><?php
								endif;?>

								<a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__('%s'), the_title_attribute('echo=0'));?>" class="dt-sc-button small"> <?php _e('Read More','dt_themes');?> </a>
							</div>
						</div>
					</article>
				</div><?php 
			endwhile;
		endif;	
		echo '</div>'; #Blog Holder End?>

		<!-- **Pagination** -->
		<div class="pagination blog-pagination">
			<div class="prev-post"><?php previous_posts_link(__('Prev','dt_themes'));?></div>
			<?php echo dttheme_pagination();?>
			<div class="next-post"><?php next_posts_link( __('Next','dt_themes') );?></div>
		</div><!-- **Pagination** -->

		<!-- Blog Template Loop End -->
	</section><?php

	if ( $show_sidebar ):
		if ( $show_right_sidebar ): ?>
			<!-- Secondary Right -->
			<section id="secondary-right" class="secondary-sidebar <?php echo $sidebar_class;?>"><?php get_sidebar( );?></section><?php
		endif;
	endif;
 get_footer();?>
Пример #2
0
    function dt_woocommerce_after_shop_loop()
    {
        ?>
			<div class="pagination">
    			<div class="prev-post"><?php 
        previous_posts_link('<span class="fa fa-angle-double-left"></span> Prev');
        ?>
</div>
        		<?php 
        echo dttheme_pagination();
        ?>
        		<div class="next-post"><?php 
        next_posts_link('Next <span class="fa fa-angle-double-right"></span>');
        ?>
</div>
        	</div>
    <?php 
    }
Пример #3
0
										</div>
									</div>
								</article>
							</div><?php 
    }
}
echo '</div>';
?>
				<!-- **Pagination** -->
				<div class="pagination blog-pagination">
					<div class="prev-post"><?php 
previous_posts_link(__('Prev', 'dt_themes'));
?>
</div>
					<?php 
echo dttheme_pagination();
?>
					<div class="next-post"><?php 
next_posts_link(__('Next', 'dt_themes'));
?>
</div>
				</div><!-- **Pagination** -->
			</section><!-- **Primary - End** --><?php 
if ($show_sidebar) {
    if ($show_right_sidebar) {
        ?>
			<!-- Secondary Right -->
			<section id="secondary-right" class="secondary-sidebar <?php 
        echo $sidebar_class;
        ?>
"><?php 
Пример #4
0
		function dt_woocommerce_after_shop_loop() {?>
			<div class="pagination product-pagination">
    			<div class="prev-post"><?php previous_posts_link( __('Prev','dt_themes') );?></div>
        		<?php echo dttheme_pagination(); ?>
        		<div class="next-post"><?php next_posts_link( __('Next','dt_themes') );?></div>
        	</div><?php
		}