<?php 
    the_content();
    ?>

                    </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 -->
Beispiel #2
0
        /**
         * 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();
        }