The handwritten WP theme, I bring up a record on the page, but I can’t display images, not thumbnails, but images that I upload in recordings. 
I think in the direction of wp_get_attachment_url() , but I don’t have enough experience, it doesn’t work, I can't find a solution either
<? $id = $_GET['id']; $product = get_post($id, OBJECT); echo get_the_post_thumbnail($id); echo $product->post_title; echo get_post_meta($id,'price',true); echo wp_get_attachment_url($id); ?> Extra code removed
<?php the_content(); ?><?php the_content(); ?>, but you can read about the miniature here: wp-kama.ru/function/the_post_thumbnail - cooledit 5:58 pm