Forums
(@bensji)
9 years, 2 months ago
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
10 years, 1 month ago
Did you got it working? I have a similar problem now …
10 years, 10 months ago
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 ??
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!