category.php
$cat_ID = get_query_var('cat'); $cat_ID; ?>
single_cat_title();
} ?>
if (have_posts()) : while (have_posts()) : the_post();
$resim_link = wp_get_attachment_url( get_post_thumbnail_id( $post->ID ) );
echo the_post();
?>