Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /** Show Comment in Page */
- function show_comments_box() {
- if ( ( is_single() || is_page() ) && ( comments_open() || get_comments_number() ) && ! post_password_required() ) {
- ?>
- <div class="comments-wrapper section-inner">
- <?php comments_template(); ?>
- </div><!-- .comments-wrapper -->
- <?php
- }
- }
- add_action( 'jnews_after_main', 'show_comments_box' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement