How to disable fetured image on blog
-
I want to disable featured images on blog posts, I don’t want to do it with CSS because it’s very useless for SEO and PAGE SİZ.. I have tried to delete some codes on content.php but it did not worked. Which php file related with blog posts ? (it was single.php that we used to know)
I also want to change category page design but i couldn’t find php file related with category page. I want to add some html code to category pages.
If i have time to reset all settings, i probably never go with this theme.
Hello,
Here is a file that contains blog post markup woodmart/content.php
https://take.ms/SWDTL
And for the category archive woodmart/inc/template-tags/template-tags.php
PHP function name – woodmart_main_loop()
. Note that this file is responsible for all post archive pages and not for the category only.
Kind Regards