-
AuthorPosts
-
December 31, 2014 at 8:01 am #373426
Hello Kriesi-Team,
Please have a look to the following links:
http://kriesi.at/themes/enfold/category/science/
Content will be shwon with excerpt.http://kriesi.at/themes/enfold/category/health/
Complete content will be shown.How can I set excerpts for every blog-archive (overview) no matter which category?
Best regards
JoachimDecember 31, 2014 at 1:44 pm #373493Hey joeydrums!
Please refer to Elliott’s post here – https://kriesi.at/support/topic/category-archive-pages-to-show-excerpt-only/#post-373218
Regards,
YigitDecember 31, 2014 at 1:50 pm #373496Hey Yigit,
thanks but I still want to show the “Beitragsbild”. The excerpt works but the Beitragsbild is gone.
Best regards
JoachimDecember 31, 2014 at 8:09 pm #373682Hi!
could you post a link to your website showing us your blog an the Beitragsbild please? so we can assist you better.
Best regards,
AndyJanuary 1, 2015 at 1:51 pm #373801This reply has been marked as private.January 2, 2015 at 8:11 pm #374194Hi!
Happy new year! :)
Please see – http://kriesi.at/documentation/enfold/change-archive-categorytag-blog-style/Best regards,
YigitJanuary 2, 2015 at 8:56 pm #374217This reply has been marked as private.January 3, 2015 at 3:41 am #374397Hi!
Please refer to this link for another possible solution: https://kriesi.at/support/topic/how-to-display-post-excerpts-instead-of-full-post-contents/#post-346112
Best regards,
IsmaelJanuary 3, 2015 at 2:02 pm #374461Hi
looks better, but I still need a solution to show the contributing picture with the excerpt.
I added
if (is_archive()){ $current_post['content'] = get_the_excerpt($post->ID); }
after this line:
$current_post['content'] = str_replace(']]>', ']]>', apply_filters('the_content', $current_post['content'] ));
to the includes/loop-index.php
The big feature-picture has to be shown before the text-excerpt.Thanks
Joachim- This reply was modified 9 years, 10 months ago by joeydrums.
January 4, 2015 at 1:39 pm #374683Maybe I am confusing you a little bit.
My project is simular to this http://kriesi.at/themes/enfold/blog/ (<== content will be shown with excerpt .. perfect!)If you move to the category “science” http://kriesi.at/themes/enfold/category/science/ the content will be shown with the excerpt … perfect too!
If you move into the category “health” http://kriesi.at/themes/enfold/category/health/ the complete content of each post will be shwon .. not good.
I like to show each blog category and blog with the excerpt and of course with the big feature-picture.
Best regards
JoachimJanuary 7, 2015 at 12:22 am #375931Hi!
If you look on the science category, http://kriesi.at/themes/enfold/category/science/, you’ll see the last post is displayed in it’s full content. The posts that have excerpts have a
<!--more-->
tag inside the post content. If you add the<!--more-->
into your post content it should display how your wanting.Or are you trying to do this automatically without inserting the more tag?
If so then open up /enfold/includes/loop-index.php and change line 8 from this.
$blog_content = !empty($avia_config['blog_content']) ? $avia_config['blog_content'] : "content";
To this.
$blog_content = "excerpt_read_more";
Regards,
Elliott -
AuthorPosts
- You must be logged in to reply to this topic.