Custom post type thumbnail (underscores theme)
-
I’ve been working on a new theme for my personal blog, and I decided to use the Underscores theme as my base. I had to add a custom post type for my portfolio, but I can’t seem to get the post thumbnail function working for my custom post type. I’ve enabled the post thumbnail function, and it works just fine for my posts and pages, but it won’t show up on the edit screen of my portfolio posts.
I’ve tried this instead of the short function:
add_theme_support( 'post-thumbnails', array( 'post', 'portfolio' ) );
, but without luck.Any ideas what may be causing this problem? As stated earlier I’m using the Underscores theme. Thank you in advance!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Custom post type thumbnail (underscores theme)’ is closed to new replies.