Tagged: excerpt
-
AuthorPosts
-
May 16, 2015 at 7:12 pm #445290
I’ve set my blog style to Multi-Author Blog. Homepage looks great however I’d like to show the custom post excerpt I enter on each post vs. the default “First paragraph” etc…
Is there a simple way to do this? For now I’m just using the <!–more–> command but would love to just have the homepage use the custom excerpt.
Thanks!
May 18, 2015 at 5:32 pm #445882Hi SK!
You can use the more tag or the custom excerpt field when editing the post.
If your trying to have the homepage display a custom excerpt and the archives display the regular excerpt then I’m not sure if that is going to be possible or not.
Regards,
ElliottApril 28, 2016 at 1:44 am #623430Hi Elliott — I would actually prefer to ALWAYS use the custom excerpt on all areas. Search, Archives, Home Pages etc….
May 2, 2016 at 6:15 am #625459Hi,
Welcome back! Please edit includes > loop-index.php file. Look for this code around line 55:
$current_post['content'] = $blog_content == "content" ? get_the_content(__('Read more','avia_framework').'<span class="more-link-arrow"> →</span>') : get_the_excerpt();
.. replace it with:
$current_post['content'] = get_the_excerpt();
Best regards,
Ismael `August 25, 2016 at 5:22 am #677324OK cool let me give that a shot. If I do this, should I do it via a Chile Theme so it doesn’t get blown away the next time you update the theme?
August 29, 2016 at 2:30 pm #678914Hi,
we definitely recommend to use a child theme.
Let us know if you still need help with this or not.Best regards,
AndyOctober 31, 2016 at 1:32 am #705926OK, 99% there!
That worked however now the box “Read More” is gone. What do I add to get that back?
October 31, 2016 at 1:33 am #705927Actually, just went to an individual page and now it’s only showing the excerpt. So that fix doesn’t work. :(
So I need to add the Read More button back and entire post needs to show up on individual pages.
Also, is there a way to make the featured image point to the article, not the author page?
Thanks!
-S
- This reply was modified 8 years ago by SK.
October 31, 2016 at 3:35 pm #706233Hi,
I checked your website and “Read more” button is working fine for me. So could you fix it already?
For your second questions check out this: https://kriesi.at/support/topic/redirect-author-picture-link-to-another-page/
Please use different tickets for different questions in the future.
Best regards,
AndyOctober 31, 2016 at 4:07 pm #706253Hi Andy – Yes, I had to undo the change because it turned all my content on single posts into the excerpt also. So I had to roll it back.
November 1, 2016 at 1:15 pm #706686Hi,
so this sounds that you could fix the issue, right?
Please let us know how we can help you with some other issues in a new ticket.
Best regards,
Andy -
AuthorPosts
- You must be logged in to reply to this topic.