Exemple #1
0
        get_template_part('content', 'home');
        ?>

			<?php 
        if ($ink_count == 2) {
            echo "</div>";
            $ink_count = 0;
            $ink_row_count++;
        } else {
            $ink_count++;
        }
    }
    ?>
			
			<?php 
    inkness_pagination();
    ?>

		<?php 
} else {
    ?>

			<?php 
    get_template_part('no-results', 'index');
    ?>

		<?php 
}
?>

		</main><!-- #main -->
					 */
					get_template_part( 'content', 'home' );
				?>

			<?php 
				if ($ink_count == 2 )
					{
						echo "</div>";
						$ink_count=0;
						$ink_row_count++;
					}
				else {	
					$ink_count++;
				}
				
				endwhile; 
			?>

			<?php inkness_pagination(); ?>

		<?php else : ?>

			<?php get_template_part( 'no-results', 'index' ); ?>

		<?php endif; ?>

		</main><!-- #main -->
	</div><!-- #primary -->

<?php get_sidebar('footer'); ?>
<?php get_footer(); ?>