Quantcast
Channel: How can I remove image from feed? - WordPress Development Stack Exchange
Browsing latest articles
Browse All 3 View Live

Answer by gulliver for How can I remove image from feed?

UPDATE... Answering my own question, I'll add this in the hope it'll be useful to someone... Whilst waiting for answers, I found a solution which seems to work fine. function remove_images(...

View Article



Answer by Dexter0015 for How can I remove image from feed?

You can customize your feed like any other template and use the_excerpt_rss function: <?php the_excerpt_rss( $cut, $encode_html ); ?> Or maybe use PHP strip_tags function : // Autorise <p>...

View Article

How can I remove image from feed?

My feed uses the excerpt, and I want to remove a line of code containing an image. Example format is... <img class="pagehead" src="/graphics/magazine/307/1.jpg" alt="" />

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images