I would start by checking that everything is good with the image being saved to the CPT. Inside the loop…
<?php $url = wp_get_attachment_url( get_post_thumbnail_id($post->ID) ); ?>
<?php echo $url ?>
This will hopefully echo the image’s URL… if that is working then you probably have a problem with the loop conflicting with something else on the page.
Related Posts:
- Redirect to another page using contact form 7? [closed]
- Adding a Taxonomy Filter to Admin List for a Custom Post Type?
- Implementing a CrunchBase.com Clone using WordPress?
- Custom media upload content for inserting custom post shortcode
- How to share category taxonomy with custom post type (The Event Calendar plugin)
- Is it possible to define a template for a custom post type within a plugin independent of the active theme?
- WP_query parameters for date range
- Use a plugin to handle custom post types?
- Register Custom Post Type from Plugin
- Updating post meta for custom post types
- Template for custom post type shows all posts instead of just one
- Meteor Slides as header only for homepage and Use featured image of each page as header for respective pages
- Custom Post Type causes Page Not Found
- Frontend editing, Frontend user dashboard
- Set WordPress Featured Image For All Post Slugs Matching Image File Name in Specified Directory
- AJAX image upload with a upload progress bar using media_handle_upload
- Override plugin with functions.php
- Should i delete the posts created by a plugin on uninstall?
- How does WP handle multiple matching rewrite rules?
- Is it possible to use WordPress as an online portfolio for text content? What kind of theme would I look for?
- How to make wp_enqueue_style and wp_enqueue_script work only on custom post type
- Correct way to make meta box with more than one meta field secure
- I want to extend the current themes’ single.php to display the meta fields of my CPT
- How can I create a custom shortcode that will return a custom post type by ID?
- more types plugin – display all post of post type on page
- When using Simple Fields plugin, how do I pull the information out of the database to display on a page?
- Making a Template for a CPT created by a plugin
- auto populate list of questions if user select a category xyz
- Set featured image using javascript in post editor
- Add padding while generating thumbnail
- “Custom Post Type Permalinks” plugin URL strcuture
- Unable to delete custom post types, confusion around capabilities
- What is the best way for showing a grid of customer logos?
- Custom Post Type Fields
- How to delete all trashed item in one-go
- How can I use a file in my plugin as a replacement for single.php on custom-post-type query?
- Plugin to hide image in excerpt
- custom post type don’t appear in the home page
- Edit Permalink Structure For Custom Post Type or Modify .htaccess?
- How to set category correctly for a custom post created by a remote API call?
- How to use template_include hook with form submission?
- $pages = get_pages(‘child_of=’.$post->ID); Why arguments are concatenated?
- Scrape a webpage for image and add it to post
- Price comparison table based on Custom Post Type?
- How can I list custom post type categories of portfolio
- Show related posts based of current ACF field name in a single page post (a loop within loop)
- Custom Template for wordpress cpt plugin
- “Allowed memory size” problem [closed]
- Adding featured image to posts created by a plugin
- “After file loaded” action
- Add_image_size not generating correct size
- Multiple Post Thumbnails Plugin – Need help with code
- Custom Post Type, Custom Columns List
- How to create repeater field manually, without plugin (ACF Pro)?
- how to create hierachial taxonomy and manage under single post type?
- need click to clipboard button on my site
- Revision featured image
- Setting Author on CPT
- Check if theme supports sidebar
- Custom Post Type same name as Category
- Adding category base to url in custom post giving 404?
- How to display the custom post related blog by category?
- Undefined index: custom_post_template_present
- How to Add call button on a featured image in a wpsite? check the slap king image, there are two buttons on the featured image
- save_post hook partly firing in update post
- Problem with checked box on wp car manager plugin
- WordPress hide post from custom post-type on a single page
- $wpdb->insert not working inside save_post tag
- Page not found after creating the add new post slider using custom post type
- WordPress create thumbnails on demand
- Update (a function) post’s featured image as soon as $image_url changes
- Can’t get or display post thumbnail in wordpress
- Array to string conversion error when trying to POST multidimensional array
- Creating themes using the one Plugin (Toolkit)
- How to add jquery to my custom post type wp plugin
- WordPress list child pages of custom post type
- WordPress custom posttype meta values doesnot save
- Assigning a custom post type to a custom page
- making a glossary with wordpress
- Determine if get_the_image has image on Get the image Plugin
- Create custom fields on a post
- Retrieve post thumbnails
- Synch Custom Post Types (and Custom Fields, Cats, etc.) Between WordPress Sites
- Insert data in custom table during new post creation
- get_option include in my adsense
- How can I default a new post to being saved?
- Is an Office a custom post type [closed]
- Change the behaviour of archive cpt category and single cpt by plugin, not by theme
- A plugin for software reviews site like this one?
- Snippet displaying LearnDash parent course title with lesson title [closed]
- when i use wp automatic plugin post shows broken images
- Display Custom Post Type and Custom Taxonomy Data on Front End Using Only a Plugin
- Get URL for featured image for posts? [closed]
- Filter custom post type returned from REST api
- Links not opening as they should. Custom WP plugin
- How to make content as required in custom post type?
- Remove H1 title in admin post edit screen
- How to include Font Awesome icons into ‘menu_icon’ from register_post_type() function – wp admin?
- How do I know if an archive correspond to a custom post type taxonomy?
- Load a custom post type template.html from a plugin