-
Author
Tagged: layout, blog posts, related articles, reposition
-
November 12, 2014 at 05:53 #35154NormanParticipant
I like to place the related articles OVER my post picture, because the comment form is too far away from the picture, is this possible ?
OR
can I put this SHARE THIS ARTICLE element OVER the single post ?
Attachments:
You must be logged in to view attached files.November 12, 2014 at 12:55 #35175sharmstrModeratorAll of those parts are in /kleo/single.php. Just copy it to your child theme and move them around. You’ll see 3 different sections in the middle of the file.
This prints the post content
COPY CODE<?php get_template_part( 'content', get_post_format() ); ?>
This prints the social section
COPY CODE<?php get_template_part( 'page-parts/posts-social-share' ); ?>
This prints the related section
COPY CODE<?php if( $related == 1 ) { get_template_part( 'page-parts/posts-related' ); } ?>
Just switch their positions. You may find that you’ll have to make a few css adjustments, but the whole things looks like it should be pretty easy to do.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
November 12, 2014 at 13:56 #35184NormanParticipantcool man. you are the php-master 😉 thanks it works ! have a nice one.
November 12, 2014 at 14:29 #35186sharmstrModeratorThe kleo team gets all the credit for making this stuff really easy to do. Glad it worked out for you.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
November 12, 2014 at 14:38 #35190AbeKeymasterthank you @sharmstr
indeed you are a master 😀Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.November 17, 2014 at 14:22 #35747jdrick55ParticipantCan I do the same thing for buddypress image post?
November 21, 2014 at 02:21 #36167AbeKeymaster@jdrick55 what do you mean?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer. -
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.