</article><!-- #post -->

                 <?php 
}
?>

                <?php 
get_template_part('partials/post-edit');
?>

                <?php 
wpex_hook_content_bottom();
?>

            </div><!-- #content -->

            <?php 
wpex_hook_content_after();
?>

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

        <?php 
wpex_hook_primary_after();
?>

    </div><!-- #content-wrap -->

<?php 
// Get site footer
get_footer();
示例#2
0
文件: sensei.php 项目: iq007/MadScape
        /**
         * After main content wrapper
         *
         * @since 3.0.8
         */
        public function after_main_content()
        {
            ob_start();
            ?>

						<?php 
            wpex_hook_content_bottom();
            ?>

					</div><!-- #content -->

					<?php 
            wpex_hook_content_after();
            ?>

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

				<?php 
            wpex_hook_primary_after();
            ?>

			</div><!-- .container -->
			
			<?php 
            echo ob_get_clean();
        }