-
AuthorPosts
-
July 28, 2017 at 11:39 pm #831339
Hi, when people click on a category they see the full blog posts, is there a way to make it into a list (with title and excerpt and maybe little picture, or a grid or something besides listing the whole blog posts?)
If you go here http://www.cannabisandspirituality.com/blog/ and click a blog cat on the right you will see what I mean.Tried changing blog style in enfold-child settings.
Tried this:
Thanks
Wes
July 29, 2017 at 3:02 am #831364Hey canadianllama,
Please try reading this: https://kriesi.at/support/topic/category-archive-page-change-layout-to-show-excerpt/
It says to use the function that you found at: http://kriesi.at/documentation/enfold/change-archive-categorytag-blog-style/
and use this plugin to control the excerpt on archive or category pages: https://wordpress.org/plugins/advanced-excerpt/Best regards,
MikeJuly 31, 2017 at 8:38 pm #832397OK if that’s the only solution ill try it.
I prefer non plugin solutions (i find it hard to believe more people don’t request this)
That plugin is over a year old so that’s a bit scary as well.If theres any non plugin solution please let me know.
Cheers
Wes
August 1, 2017 at 1:26 am #832537When i add in that function, nothing changes in my Categories or in archives… They still list as full posts. I tried in the child-theme functions.php file and in the Enfold functions.php.
Any other help?
Thanks
August 4, 2017 at 6:50 am #834184Hi,
Please add this code in the functions.php file.
function ava_blog_archive_excerpt() { global $avia_config; if(!is_single()){ $avia_config['blog_content'] = "excerpt_read_more"; } } add_action('after_setup_theme', 'ava_blog_archive_excerpt');
Best regards,
IsmaelAugust 6, 2017 at 2:10 am #834920When I tried that it broke the backend of the site and I couldn’t login anymore
August 10, 2017 at 10:12 pm #837172Hi,
Can you please provide us a temporary FTP access (via private data field)?
Best regards,
BasilisAugust 12, 2017 at 8:44 pm #838006See below, thank you!
August 14, 2017 at 12:27 pm #838600Hi canadianllama,
Did you try the setting here
http://imgur.com/a/8bOoi ?If you need further assistance please let us know.
Best regards,
VictoriaAugust 16, 2017 at 7:53 am #839749Yes that is set, still dosen’t work!
Thanks
August 16, 2017 at 1:55 pm #839865Hi canadianllama,
Have you tried the solution form here
https://kriesi.at/support/topic/category-archive-page-change-layout-to-show-excerpt/#post-459206If you need further assistance please let us know.
Best regards,
VictoriaAugust 18, 2017 at 6:24 am #840749Yes I tried that Victoria, it seems to not change anything.
Thanks
August 19, 2017 at 8:43 pm #841408Hi canadianllama,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
VictoriaAugust 24, 2017 at 1:43 am #843338Thanks so much, please see below.
- This reply was modified 7 years, 2 months ago by canadianllama.
August 28, 2017 at 1:42 pm #844801Hi canadianllama,
Credentials did not work for me. Could you please update the credentials.
Best regards,
VictoriaAugust 29, 2017 at 3:15 am #845145Sorry, this is tested and working.
September 4, 2017 at 6:28 am #847515Hi,
We modified the code in the functions.php file and disabled the “Excerpt” plugin. Please remove browser cache or hard refresh before checking the page.
function ava_blog_archive_excerpt() { global $avia_config; if( ! is_singular( 'post' ) || is_archive() ) { $avia_config['blog_content'] = "excerpt_read_more"; } return $avia_config; } add_action('wp', 'ava_blog_archive_excerpt', 9999);
Best regards,
IsmaelSeptember 5, 2017 at 11:05 pm #848366Looks great, as always your support is ABOVE AND BEYOND!
Thank you!
September 7, 2017 at 3:49 am #848927 -
AuthorPosts
- The topic ‘Change how categorys are displayed.’ is closed to new replies.