-
Author
-
February 19, 2016 at 09:29 #104985
aimkbe
ParticipantHello Kleo Devs!
My landing page is the where all the latest blogs are displayed. It would be great if the blogs displayed fully rather than a masonry or excerpts.
What i need is all the blogs to display completely. Is there an option to do that with Kleo?
February 20, 2016 at 14:31 #105302sharmstr
ModeratorIf by landing page, you mean you have Your latest posts selected in Settings > Reading, then do this:
1 – Theme Options > Blog: Display type = Standard.
2 – Put this in your child theme’s functions.php file. It overrides the excerpt for the front page and will return the full content instead.
COPY CODE\[[^\]]*\]
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
February 24, 2016 at 05:06 #106152aimkbe
ParticipantWow thank you so much for that help. I also want to display the social share as it displays in blog post. Can you please help? Thank you!
February 24, 2016 at 14:05 #106198sharmstr
ModeratorThat’s not possible in this type of setup.
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
February 24, 2016 at 17:51 #106300aimkbe
Participantis there a php or shortcode i can add to the actual post content for those social share links?
February 24, 2016 at 17:56 #106303sharmstr
ModeratorNo. The social share is injected via an php include. I tried to get it to display by appending to the full excerpt, but it didnt work. I belive (though not certain) that even if you did get that to work, you’ll still have issue with the share grabbing the correct image and link since all of the post are on the same page. I dont believe the code will know which link to share (if that makes sense)
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
February 25, 2016 at 17:29 #106618aimkbe
Participant@sharmster
I just realized there is a social share shortcode I can actually add to the content. It displays now. Thank you for all your help
February 26, 2016 at 15:31 #106853sharmstr
ModeratorI’m embarrassed to say that I’m the one who wrote that shortcode. Totally forgot about that. Sorry :/
What’s even worse is that I only added a few weeks ago. In my defense, I’m working 3 jobs and decided to go back to school full time. 🙂
Glad you got it sorted.
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
February 27, 2016 at 01:55 #107018aimkbe
ParticipantNo need to be sorry! Thanks for all your help. Another question.
How can I display full blogs on a page? For example, I have a page with content, and I also want to display 4 of my most recent posts, but display the full content.
February 27, 2016 at 12:02 #107051sharmstr
ModeratorIn the code I gave you, change
COPY CODEif ( is_front_page() ) { return the_content(); } <pre> to <pre> return the_content();
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
-
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.