Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • @alexwp333 – yes it does support custom types. I use them on a few different sites of mine.

    the page not found error means you might need to re-generate the .htaccess file (after adding the custom post type). the easiest way to do this is by going to permalinks, and just clicking the save button again. that did the trick for me when I had a similar issue.

    good luck!

    I know this is an old post, but hopefully somebody else Googling this will find it useful.

    @jarlund – I’m also using the Underscores theme. I uncommented the line to add image thumbnail support, which added to the thumbnails to my posts and pages.

    To add it to my custom post types, I added a field to the custom post type ‘supports’ array:

    'supports' => array( 'title', 'editor', 'excerpt', 'author', 'thumbnail', 'custom-fields', 'comments', 'revisions', 'page-attributes' )

    Notice the new field ‘thumbnail’? I believe that fixed it.

Viewing 2 replies - 1 through 2 (of 2 total)