Esempio n. 1
0
		<?php 
        }
        ?>
		<?php 
        comments_popup_link(__('Leave a comment', TabulaRasa::get_textdomain()), __('1 Comment', TabulaRasa::get_textdomain()), __('% Comments', TabulaRasa::get_textdomain()));
        ?>
		<?php 
        edit_post_link(__('Edit', TabulaRasa::get_textdomain()), '| ', '');
        ?>

		<?php 
        comments_template('', true);
        ?>

	<?php 
    }
    // This was the if statement that broke the loop into three parts based on categories.
    ?>

<?php 
}
// End the loop. Whew.
?>

<?php 
/* Display navigation to next/previous pages when applicable */
if ($wp_query->max_num_pages > 1) {
    ?>
	<?php 
    TabulaRasa::paginate();
}