• emilyluxton

    (@emilyluxton)


    Hi there!

    I just wondered if there is a way to move the comments box up so that it shows before the comments? Some of my posts have 10+ comments so the box seems to get a bit lost at the bottom of all that. Is there any way to move it up?

    I’m running Nirvana theme.

    Any help would be appreciated ??

    Emily
    https://www.emilyluxton.co.uk

Viewing 1 replies (of 1 total)
  • Thread Starter emilyluxton

    (@emilyluxton)

    Update: I moved it using the code below, but now the button that shows the number of comments shows above the comments box which looks a tiny bit messy. When I move that line down the all the comments and the box disappear altogether! Any suggestions?

    // You can start editing here -- including this comment!
    
    	if ( have_comments() ) : cryout_before_comments_hook(); ?>
    <?php if ( comments_open() ): comment_form();
    	  else : ?> <p class="nocomments<?php if (is_page()) echo "2"; ?>"><?php _e("Comments are closed","nirvana");?></p> <?php
    	  endif; ?>
    <?php if( function_exists( 'mc4wp_checkbox' ) ) { mc4wp_checkbox(); }?>
    </div><!-- #comments -->
    	<ol class="commentlist">
    		<?php cryout_comments_hook(); ?>
    	</ol>
    	<?php cryout_after_comments_hook();
    	else : // or, if we don't have comments:
    		cryout_nocomments_hook();
    	endif; // end have_comments() ?>
    
    <?php
    endif;
    ?>
Viewing 1 replies (of 1 total)
  • The topic ‘How to move the comments box’ is closed to new replies.