Edit theme to show featured image.
-
Hi I have this them and i am wanting to show them featured image next to the page title.
The code is below. How do i add it and do it my knowledge on PHP is closer to none existent than anything else.
<?php /* Template Name: No Sidebar */ get_header(); ?> <div class="content-area"> <div class="middle-align"> <div class="site-main nosidebar"> <?php while ( have_posts() ) : the_post(); ?> <?php get_template_part( 'content', 'page' ); ?> <?php //If comments are open or we have at least one comment, load up the comment template //if ( comments_open() || '0' != get_comments_number() ) //comments_template(); ?> <?php endwhile; // end of the loop. ?> </div> <div class="clear"></div> </div> </div> <?php get_footer(); ?>[ No bumping please. ]
The topic ‘Edit theme to show featured image.’ is closed to new replies.