Wordpress Theme : Twenty Twenty [provided by wordpress]
Cloud Hosting : Digital Ocean
I need to put the featured image as post header background image.Please also explain that in which file of wordpress template, i need to update and how I can achieve this, I don't have prior wordpress development experience.
Wordpress Theme : Twenty Twenty [provided by wordpress]
Cloud Hosting : Digital Ocean
I need to put the featured image as post header background image.Please also explain that in which file of wordpress template, i need to update and how I can achieve this, I don't have prior wordpress development experience.
Share Improve this question asked Sep 22, 2020 at 18:48 SFDC DolphinSFDC Dolphin 11 Answer
Reset to default 0The WordPress uses the single.php template for all the posts. Just navigate to your theme files and locate single.php under Wp-content/themes/twenty. There you can write your css to define a background image. That's it!
Good luck.