Featured Image
-
Hi. I use a php bot as wp plugin. it brings news details (title, content, image). I can display details. But i want to set the image as Featured Image
It displays news image in single.php
<?php echo get_post_meta($post->ID, "resim", true); ?>
How can i set the image as Featured Image of the post.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Featured Image’ is closed to new replies.