Remove Featured Image from Portfolio Page
But I don't want it to show up at the top of the actual portfolio page itself.
Does this make sense?
Is there something I can remove in one of the .php files that will prevent the featured image from showing up on the actual portfolio page it's featured on, while still letting it show up when someone is searching portfolios via category?
Comments
do you mean to remove featured image on single portfolio pages? Because if this is what you mean, then you can remove it with custom css only.
Actually, since you said that, I just went and tried it. Including the following CSS in the Custom section made it disappear:
.single-photo-wrapper {display:none;}
Thanks!