This topic has 4 replies, 2 voices, and was last updated 7 years by Laura.

  • Author
  • #207707
     sidneysavary
    Participant

    Hi

    I would like to move the comment field up before the suggested other blogs entries (see attachment).

    Thanks a lot to tell me where to move it up. So visitors don’t need to scroll down.

    https://social.babyfreundlich.ch/rad-steht-zum-schutz-der-kinder-nicht-nur-verlangsamen-sondern-ganz-anhalten/

    Sidney

    #207762
     Laura
    Moderator

    Hello, you can try the following:
    1- Login to your website ftp or file manager
    2- Find wp-content/themes/kleo
    3- Download the file named single.php
    4- Go to wp-content/themes/kleo-child
    5- Paste the file there

    Edit the file
    Find:

    COPY CODE
    
    <?php
    	if ( $related == 1 ) {
    		get_template_part( 'page-parts/posts-related' );
    	}
    	?>
    
    	<?php
    	if ( sq_option( 'post_navigation', 1 ) == 1 ) :
    		// Previous/next post navigation.
    		kleo_post_nav();
    	endif;
    	?>
    
    	<!-- Begin Comments -->
    	<?php
    	if ( comments_open() || get_comments_number() ) {
    		comments_template( '', true );
    	}
    	?>
    	<!-- End Comments -->
    

    Replace with

    COPY CODE
    
    	<!-- Begin Comments -->
    	<?php
    	if ( comments_open() || get_comments_number() ) {
    		comments_template( '', true );
    	}
    	?>
    	<!-- End Comments -->
    <?php
    	if ( $related == 1 ) {
    		get_template_part( 'page-parts/posts-related' );
    	}
    	?>
    
    	<?php
    	if ( sq_option( 'post_navigation', 1 ) == 1 ) :
    		// Previous/next post navigation.
    		kleo_post_nav();
    	endif;
    	?>
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution
    #207825
     sidneysavary
    Participant

    Thanks!
    Can you also perhaps tell me where to delete or rename this field (Deine Homepage / Your homepage) i really don’t know for what this is there??
    Thanks
    Sidney

    #207826
     sidneysavary
    Participant

    sorry the attachment

    #207862
     Laura
    Moderator

    Hello, well i am a bit confused too, try deactivating some plugins to see if its one adding that there

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 5 posts - 1 through 5 (of 5 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?