Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • How to print featured image in wordpress

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 347
    Comment on it

    Hello Reader's! If you learning the wordpress and want to show the contents of a page from admin panel. Then you can use the code below:-

    First you need to publish the page with it's title, content and a featured image. Now open the page and write the code below where you want them.

    1. <?php
    2. if ( have_posts() ) {
    3. the_post();
    4. $thumb_img = wp_get_attachment_image_src(get_post_thumbnail_id(), 'medium' );
    5. ?>

    // this will be your title

    1. <img src="<?php echo $thumb_img[0];?>"> // this will be your image

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Reset Password
Fill out the form below and reset your password: