-
Author
-
December 10, 2015 at 07:32 #92301krazykazeParticipant
Hi, when i create a post i had it set to also show “related” “Share this” and “Related Articles”. But i dont want it in that order as I want it share, related related articles.
Also, want to add a lil message caption above “share this” on every post.. how do i make that possible?
Thanks guys, great job
December 10, 2015 at 18:51 #92451RaduModeratorHi,
There is no option to change the order of those elements.
It can be done but i will require some custom modifications to the article template file.
Regarding the custom text after article please add this function to wp-content/themes/kleo-child/functions.php
COPY CODEfunction KleoAddSlideUnderPosts( $content ) { if( is_single() ) { $MyText = '<h3 style="text-align: center;">My Custom Text</h3>'; $content .= $MyText; } return $content; } add_filter('the_content', 'KleoAddSlideUnderPosts');
Replace My Custom Text with your desired text
NOTE : Child theme needs to be activated.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 11, 2015 at 12:14 #92586krazykazeParticipantokay i understand, I will have you guys custom code it for me then.
also, can you please tell me how to change the “read more” at the end of every post to “share/comment”
ive tried and failedDecember 11, 2015 at 17:22 #92651RaduModeratorHi,
Please provide a screenshot that pointing out the read more button
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 12, 2015 at 10:25 #92781krazykazeParticipantchange readmore to share/comment
Attachments:
You must be logged in to view attached files.December 14, 2015 at 17:04 #93151RaduModeratorHi,
Just add this file post-content-masonry.php to wp-content/themes/kleo-child/page-parts/ ( see attachment )
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAttachments:
You must be logged in to view attached files.December 18, 2015 at 11:27 #94053krazykazeParticipantthank you.
so i need to change the order so that Share is on top, and switch g+ with instagram
its a custom process? what do i need to do to have this completeAttachments:
You must be logged in to view attached files.December 21, 2015 at 16:56 #94570RaduModeratorHi,
According the instagram API sharing links to instagram are not possible
And also i see that the share this section are immediately after the post content.
http://lorneschwaier.com/bella-vous-makeup-artistry/
Cheers
Radu
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.