Tagged: excerpt, Full Content
-
AuthorPosts
-
September 18, 2015 at 8:51 am #505290
I found probably similiar topic.
I have a custom home page and want to display the whole content of a post. I edit posts with the standard editor (not advanced layout builder). Why it displays only excerpt?
September 18, 2015 at 3:11 pm #505577Hi iheartwine!
In the blog shortcode settings set it to display full content instead of excerpt.
If your using the default editor for your post. then it should display the full post content.
Best regards,
Elliott- This reply was modified 9 years, 2 months ago by Elliott.
September 18, 2015 at 4:16 pm #505635Hello Elliott, thank you for your answer. Speaking of blog shortcode setting you mean this?
It is set to display full content, but on the frontend it shows only excerpt (i have “read more” tag in the post).
- This reply was modified 9 years, 2 months ago by iheartwine.
September 18, 2015 at 5:15 pm #505694Hey!
Do you have your homepage set to display your blog page in Dashboard > Enfold > Theme Options? If so then set it to a different page and use the blog shortcode on that page. Also make sure that your not using any static pages in Dashboard > Settings > Reading.
Otherwise send us a WordPress login and we’ll take a closer look.
Regards,
ElliottSeptember 18, 2015 at 5:41 pm #505710I give up :/ Would be gratefull if you could take a look
September 19, 2015 at 6:58 am #505874Hi!
I was able to login to the dashboard but the user doesn’t have access to the theme options. Please set the user as admin.
Regards,
IsmaelSeptember 19, 2015 at 10:11 am #505906I’m sorry, I was pretty sure I gave you admin rights. now should be ok.
September 21, 2015 at 5:51 am #506202Hey!
Looks like you use the “more” tag in the posts. Unfortunately, the tag will override the Blog Content length option. You can remove the more tag in the posts then use the Excerpt box instead.
Cheers!
IsmaelSeptember 21, 2015 at 7:31 pm #506629Yes, because Excerpt box doesn’t work. When I go into a category posts list, despite I have a content in excerpt box + checked the option in Reading to display Summary, it shows the whole content.
September 22, 2015 at 9:19 am #506835Hey!
Try to remove the more tag then edit includes > loop-index.php. Look for this code on line 200:
echo $content;
..replace it with:
if(!is_archive()) { echo $content; } else { the_excerpt(); }
It should render the excerpt on archive pages. We removed one of the posts more tag:
http://palade.pl/wp-admin/post.php?post=537&action=edit
Try the modification above then check the links.
http://palade.pl/kategoria/publicystyka/
http://palade.pl/Cheers!
IsmaelApril 14, 2016 at 11:04 am #613689Hi i have similar problem with the latest wp and latest enfold …. what i can do to fix it ?
April 16, 2016 at 4:47 am #615294Hi @jikey,
Did you try following the suggestions in the thread? If you can’t get it working then please open a new thread and provide us with more information of the problem you are having.
Thanks,
RikardMarch 14, 2017 at 6:41 am #760453Hi All,
I’m having some overall difficulty with the blog. I have read through some of the other threads and tried fixing this myself the best I could. After following all the recommendations I could do and trying every combination of settings for both the theme options and using the advanced layout editor to edit blog settings, I’m throwing in the towel.
What I’m trying to do is display the blog at the bottom of the homepage so that it shows the full content of each post.
Any help you can provide would be most appreciated and thank you in advance for your time!
Stanton
March 16, 2017 at 5:30 pm #762078Hi s7an7onc,
Have you tried following the suggestions in the thread?
Can you provide temporary admin access to your site, so that we can have a look?Best regards,
VictoriaMarch 17, 2017 at 9:21 pm #762738Hi Victoria,
Yes I’ve tried the above suggestions and everything that I know how to do except for altering or editing the php or other code. Thank you for checking it out and for your help!
StantonMarch 22, 2017 at 8:41 am #764648Hi,
The posts are created with the advance layout builder so the blog overview page won’t be able to retrieve the content of the posts. You need to define an excerpt manually if you want something to display in the blog overview page or switch to the default editor.
For more inquiries, please create a new thread. Thank you!
Best regards,
IsmaelApril 15, 2020 at 2:02 am #1203826I’m having the opposite problem. I only want to show an excerpt on my blog feed and it’s showing the whole thing. Only happened since updating my theme. Please help :)
April 15, 2020 at 2:46 pm #1203997Hi sproutstudio,
https://share.getcloudapp.com/p9u7EN9K You can go to Settings > Reading and change the setting there.
Best regards,
VictoriaApril 15, 2020 at 6:57 pm #1204123I have Summary checked and it doesn’t make a difference.
April 15, 2020 at 7:06 pm #1204125Does Enfold require you to insert the “Read More” break when adding blog posts? I thought that it made the break automatically?
April 17, 2020 at 8:47 am #1204645Hi sproutstudio,
Please open a new thread and include WordPress admin login details in private so that we can have a closer look at your site.
The read more tag doesn’t work in the Layout Builder unfortunately.
Best regards,
Rikard -
AuthorPosts
- You must be logged in to reply to this topic.