first commit
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
<?php
|
||||
/**
|
||||
* After Container template.
|
||||
*
|
||||
* @package OceanWP WordPress theme
|
||||
*/
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
exit; // Exit if accessed directly.
|
||||
} ?>
|
||||
|
||||
</article><!-- #post -->
|
||||
|
||||
<?php do_action( 'ocean_after_content_inner' ); ?>
|
||||
|
||||
</div><!-- #content -->
|
||||
|
||||
<?php do_action( 'ocean_after_content' ); ?>
|
||||
|
||||
</div><!-- #primary -->
|
||||
|
||||
<?php do_action( 'ocean_after_primary' ); ?>
|
||||
|
||||
</div><!-- #content-wrap -->
|
||||
|
||||
<?php do_action( 'ocean_after_content_wrap' ); ?>
|
||||
Reference in New Issue
Block a user