Exemplo n.º 1
0
        ?>

				<?php 
        /* Include the Post-Format-specific template for the content.
         * If you want to overload this in a child theme then include a file
         * called content-___.php (where ___ is the Post Format name) and that will be used instead.
         */
        get_template_part('partials/content', get_post_format());
        ?>

			<?php 
    }
    ?>

			<?php 
    omega_content_nav('nav-below');
    ?>

		<?php 
} else {
    ?>

			<?php 
    get_template_part('partials/no-results', 'archive');
    ?>

		<?php 
}
?>

		<?php 
Exemplo n.º 2
0
							<h3><?php 
            _e('Gallery', 'omega');
            ?>
</h3>
							<?php 
            echo $gallery;
            ?>
						</div>
					<?php 
        }
        ?>

				</div><!-- .attachment-meta -->

				<?php 
        omega_content_nav();
        ?>
				
				<?php 
        comments_template();
        // Loads the comments.php template.
        ?>

			<?php 
    }
    // End while loop.
    ?>


		<?php 
}