Adding Image to Excerpt in X Theme

I use X Theme (Integrity) and want to add an image (thumbnail) to the post summary/excerpt.

However,1) I am unable to see a way to access the post summary/excerpt, and 2) is there any way to add an image to the post summary/excerpt from within the WP UI or can that only be done by adding a child theme and then adding CSS to the Child theme?

IF CSS is the only way, I’d really appreciate seeing any code that could accomplish both of the above, please.

Thanks in advance.

John H.

Hi John,

You can only achieve that by adding manual excerpts to your post.
You can add your image in html together with your excerpt

eg.

<img src="image.jpg">

For additional Information, kindly refer to the links below

https://codex.wordpress.org/Excerpt

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.