Thread Starter
Bensji
(@bensji)
I solved it.
I just had to delete all the capitals in the Custom Post Type Names. Is this some sort of change? Before the udpate everything worked fine!
Thank you
Did you got it working? I have a similar problem now …
Thread Starter
Bensji
(@bensji)
I already found the issue:
It’s in my attempt to enable the thumnail:
I use:
<?php
add_theme_support( 'post-thumbnails', array( 'portfolio' ) );
?>
and that’s what causing the trouble.
Now I need to find how to fix it 🙂
Thread Starter
Bensji
(@bensji)
Ok, I think I understand! I need to make the CPT, and then make an archive-{CPT}.php as my portfolio ‘home’ page?
ps: Thanks for the reply!