Forums
(@dokterwolf)
17 years, 9 months ago
This would work:
putin your css file:
.hide img { display: none; }
end wherever you need it:
<div class=”hide”><?php the_content(‘Read more…’); ?>
This would interest me to.
I tried also the excerpt but this isn’t a good solution for mee. The excerpt reloaded also gives me problems with the excisting more tags…
anybody knows how to remove the image from the_content?