How to remove code
-
I want to remove this code:
<?php if ( (function_exists(‘has_post_thumbnail’)) && (has_post_thumbnail()) ) { the_post_thumbnail(array( 200,200 ), array( ‘class’ => ‘post_thumbnail’ )); } ?>
from the ‘single.php’ to remove the feature image from my posts. (so that the feature image is only visible on the main page)
Does anyone know how to do this using the custom css box? (when I open the single.php in the editor I am not getting the usual code, that is why this is hopefully a more convenient way, if possible)
All the best,
Noah
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to remove code’ is closed to new replies.