Reply To: Problem with featured image support and Portfolio template

Homepage Community Forums Epik Theme Support Problem with featured image support and Portfolio template Reply To: Problem with featured image support and Portfolio template

#14125
TrishaM
Customer

    UPDATE: I did figure this out…..

    I REMOVED the code from functions.php that adds featured image support to before the post title on posts & pages…..then on page.php I added it back in minus the is_singular test since obviously you’re already on a single Page.

    In order to get this to work on single posts as well as single pages, I had to copy & rename the single.php file from the Genesis theme, and add the same code snippet at the top.