Skip to content
Read For Learn
Read For Learn
  • Database
    • Oracle
    • SQL
  • C
  • C++
  • Java
  • Java Script
  • jQuery
  • PHP
Read For Learn
  • Database
    • Oracle
    • SQL
  • C
  • C++
  • Java
  • Java Script
  • jQuery
  • PHP

Getting thumbnails of a custom posts featured images in a page-templates metabox

You can get the image from your $thumb integer with the following additional code:

$thumb = get_post_meta($p,"_thumbnail_id",true);
$image = wp_get_attachment_image_src($thumb);
echo $image[0];

This will return the URL of the image, just put that in an img tag to display it.

Related Posts:

  1. Can the Next/Prev Post links be ordered by menu order or by a meta key?
  2. Advanced search form with filters for custom taxonomies and custom fields
  3. Meta query with boolean true/false value
  4. Custom field values deleted when trashing custom post type
  5. Custom Post type – how to get checkbox to update meta field to null
  6. How do I Paginate Search Results for Custom Post Types?
  7. How do I remove all the metaboxes for a custom post type?
  8. Custom Queries: Joining On Meta Values From Two Custom Post Types
  9. How to programmatically create a connection with [Plugin: Posts 2 Posts] on cpt publish?
  10. Grossly inefficient wordpress loops!
  11. How Do I Use WP_Query to Run This Database Query as Search Result?
  12. WordPress Admin Panel search posts with custom post meta values along with title
  13. Rest Api v2 orderby meta_key in custom post type
  14. bulk Update post_meta with default values
  15. Custom post type category not displaying in custom post type
  16. How to make custom post meta wp_editor translatable?
  17. How to add multiple featured image in meta box in post editor?
  18. update_post_meta() whenever custom post type is updated
  19. How to best delete orphan wp_postmeta
  20. How can I get_post_meta() in the most efficient way?
  21. Count posts with specific term_meta
  22. Custom search for custom post meta with pre_get_posts interferes with WP search
  23. WordPress Orderby Numeric Value Not Working
  24. Replace title column in post list with post meta value
  25. My theme saves their custom post type’s metadata as a serialized array, how to access the keys?
  26. List all images from a single post meta value
  27. Ordering posts in Search & taxonomy by post_meta
  28. how to delete all users and posts based on ‘user_meta’?
  29. Meta Key Value in current-user-only loop
  30. How to implement a Google map store locator
  31. changing meta value and meta key of price field
  32. Posting to a Custom Post Type from front end – user generated content
  33. Update Post Meta for a logged in user
  34. Restrict Access to Posts based on Custom User and Post Meta Data
  35. get_post_meta returning no value in custom post type alert email
  36. Custom fields for custom post type
  37. Show future events based on custom field AND order by date
  38. Is there a way to exclude posts based on meta_values?
  39. Submitting Custom Post Types with custom fields from Front-end form
  40. How to Echo Metadata Value in Currency Format
  41. Issue on Working with Metabox – Checkbox to enable Sale Items
  42. Filter posts by tax (dropdown) and meta value
  43. Publish and save specific postmeta to a filtered post_type
  44. How to move a post to different post type with all meta data?
  45. Why do I have to press the “Update” button twice to save my meta box values?
  46. WP API Response does not show my registered metadata
  47. How to detect that the save_post hook is calling the callback associated to the current edit post page only
  48. Batch Extract Date from post title and put into ACF custom field
  49. How to handle this specific case of custom post type?
  50. Save CTP post meta different values each day without overwriting previous values
  51. get_post_meta returns NULL in front-end, but correct result in back-end
  52. Problem with adding custom post type meta to header by plugin
  53. Meta box data is saved but NOT displayed in the meta box text field. Why?
  54. How to call a post’s metadata in shortcode.php?
  55. WP_Meta_Query object with conditionals
  56. Trying to write shortcode with get_post_meta but isn’t working
  57. Sanitaizing Select Optin For Custom Post Type Metabox in WP
  58. HM CMB: Post Select Field for CPT ID
  59. Getting WordPress to store 0 values for custom post type meta
  60. updating one custom meta field only
  61. Problem Saving Custom Post Type Meta Values
  62. Get_post_custom not fetching value from array wordpress
  63. Save data is post using php front end
  64. Creating a custom post type upon registration for a specific user role
  65. How to sort by multiple values in a nested WP_Query
  66. Show posts from WP Custom Post Type selected from a field in a metabox
  67. Peepso: Add extra data field (custom post meta) to postbox
  68. Where is get_post_meta value located?
  69. How do I create a customised table list of a custom post type (in the admin area)?
  70. Change picture attachment meta of all occurrences of a picture
  71. Unknown Post Meta Records
  72. Saving custom post types post_meta over REST-API fails
  73. add action save post type and update post meta woocommerce
  74. get_post_meta not working with variable as a post_id for dynamically get the postid
  75. How to save post_status using action save_post?
  76. Custom post meta box as a sub form
  77. Metaboxes in Loop
  78. Add more custom fields when creating a new custom post type
  79. Custom meta box data not saving
  80. Collect custom post in a calendar
  81. Storing data in a multidimensional array from dynamically generated foreach loop
  82. Edit is changing my custom’s post type parent id
  83. Disable Facebook Comments Automatically On CPT
  84. Problem with ‘save_post’ hook not running
  85. WordPress custom post type
  86. Edit post meta direct from post.php?
  87. Howto: use existing post_meta as options for a different metabox (checkboxes or list)
  88. Values inside a custom field to determine which category posts to display
  89. How to rewrite CPT-Permalinks the correct way (incorporating meta-box-data)?
  90. Advanced search form with filters for custom taxonomies and custom fields
  91. Top 30 Songs using Custom Post Type
  92. Advice Needed for Post Meta Database Efficiency
  93. Querying meta values within an array
  94. Custom post type – update_meta not working
  95. why get_post_meta is returning 0?
  96. Save post_parent in a custom post type
  97. Update an existing post in a custom post type
  98. Post Meta for Custom Post Types
  99. getEntityRecords/useEntityRecords: How to use CPT metadata?
  100. CPT meta values intermittently return empty
Categories custom-post-types Tags custom-post-types, post-meta
need help with existing code showing subpages
Rewrite rules for varying nested terms of custom taxonomy

Recommended Hostings

Cloudways: Realize Your Website's Potential With Flexible & Affordable Hosting. 24/7/365 Support, Managed Security, Automated Backups, and 24/7 Real-time Monitoring.

FastComet: Fast SSD Hosting, Free Migration, Hack-Free Security, 24/7 Super Fast Support, 45 Day Money Back Guarantee.

Recent Added Topics

  • Bug in translation system: load_theme_textdomain() returns true, files are available and accessible but the language defaults to english
  • Custom Elementor controls not appearing in the widget Advanced tab using injection hooks
  • Get the name of the template/*html file used
  • Trying to Add Paging to Single Post Page
  • Sharing media files between live and staging servers
  • How to display the description of a custom post type in the dashboard?
  • Critical error on image display
  • Copying WP data and files into new install?
  • How to determine the DirectAdmin WordPress backup date?
  • How to get list of ALL tables in the database?
© 2026 Read For Learn
  • Database
    • Oracle
    • SQL
  • algorithm
  • asp.net
  • assembly
  • binary
  • c#
  • Git
  • hex
  • HTML
  • iOS
  • language angnostic
  • math
  • matlab
  • Tips & Trick
  • Tools
  • windows
  • C
  • C++
  • Java
  • javascript
  • Python
  • R
  • Java Script
  • jQuery
  • PHP
  • WordPress