Ascetica: How to change categories from excerpts to full content
-
I love the look of this theme, Ascetica. However, this is a “free” theme listed here that you must pay for to get any help at all, and the php files are not straightforward, to be able to change the code.
I have an image blog, and I like that that Home page shows excerpts and thumbnails, not full posts. However, I would like to change the size of the thumbnails, which are only 100px, not 150px as listed in our Media Admin.
In addition, I would like for readers to see all posts, NOT excerpts, when they click the categories, so it’s not so tedious seeing the various cartoons.
When I tried to insert: `<?php if ( is_category() ) {
the_content();
} else {
the_excerpt();
} ?>` to change the excerpts in the function file, this didn’t work.I couldn’t find any style or code to change the thumbnail size.
Has anyone else a solution they could share? https://donnabarstow.com/
- The topic ‘Ascetica: How to change categories from excerpts to full content’ is closed to new replies.