Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author keesiemeijer

    (@keesiemeijer)

    Hi ol23

    Do the posts of the custom post type ‘work’ have post thumbnails?

    Can you post a link to a page where a format doesn’t work.

    Thread Starter ol23

    (@ol23)

    Hi, thanks for your reply.
    I have registered the CPT in the functions.php with

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

    and I use a custom field called thumb to display the thumbnails.

    <img class="preview" src="<?php the_field('thumb'); ?>" alt="">

    this is a link to a page, http://www.digitalmekong.com/v2/work/phytomer/

    at the bottom right, where it says related projects, there is nothing. Note that if I choose the links format the titles shows correctly with permalinks.

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

The topic ‘thumbnails not showing,’ is closed to new replies.