I use the_content tag on my main blog page for the posts, and for searches, archives, etc. I use the_excerpt. However, I want an excerpt for my main page WITH the images but takes out youtube videos, etc. And I want the_excerpt on the other pages to stay the same, NOT showing images or anything. Is there some sort of code I can add to the the_excerpt so I can replace the_content on the main page with it and still get the images?
I previously found a solution on another site where I could make ALL the_excerpt tags show images, but I don't want that to be true for the archives, search, etc.