-
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
Attachments:
You must be logged in to view attached files.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 solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
August 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 09:46 #207826sidneysavary
Participantsorry the attachment
Attachments:
You must be logged in to view attached files.August 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 solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.