• Resolved jmldesign

    (@jmldesign)


    This page shows thumbnails for custom posts, but it’s not working with new posts: https://jmldesigndev.com/swss-02/about-us/meet-our-providers/

    Here’s the code that pulls the thumbnail, but I don’t really understand how it should work:

    ID, $key, true ) ) { $img = get_post_meta( $post->ID, $key, true ); echo ''; echo 'post_title . '" width="80%" />'; echo ''; } ?> ID, 'description', true ); ?> '.$desc.''; ?> ">Read more
                        <?php wp_reset_query(); ?>

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Custom post thumbnail not working’ is closed to new replies.