Quantcast
Channel: WordPress.org Forums » All Posts
Viewing all articles
Browse latest Browse all 95834

liasuzuki on "[Theme: Customizr] Featured image thumbnails showing up in posts, but not in pages"

$
0
0

Hi,

I tweaked my content.php file with this:

<p style="float:right; margin:10px; border:3px solid lightgrey"><?php if(is_single() || is_page())
if ( has_post_thumbnail() ) {
the_post_thumbnail('medium');
}
echo '';
?></p>

Now my thumbnails are showing up on my posts exactly as I want. How do I now get them to do the same on my pages?

Post example: http://aksb.org/2013/07/04/testimonial-jasons-second-intro-class/
Page example: http://aksb.org/about/instructor/chris-ziliotto-teaching-apprentice/

Thanks!

Lia


Viewing all articles
Browse latest Browse all 95834

Trending Articles