-
Author
-
August 28, 2018 at 09:48 #207707
sidneysavary
ParticipantHi
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.
Sidney
August 28, 2018 at 17:26 #207762Laura
ModeratorHello, 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 thereEdit 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 solutionAugust 29, 2018 at 09:45 #207825sidneysavary
ParticipantThanks!
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
SidneyAugust 29, 2018 at 15:49 #207862Laura
ModeratorHello, 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 -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.