Sight Theme Sticky Post Image
-
My slider is no longer showing large images, but seems to be pulling the thumbnail instead. How can I edit the code in the template to have large images and small box text again?
I think it might be this code causing the issue, but I’m not sure.
<?php if ( ” != get_the_post_thumbnail() ) : ?>
<div class=”featured-thumbnail”>
” title=”<?php echo esc_attr( sprintf( __( ‘Permalink to %s’, ‘sight’ ), the_title_attribute( ‘echo=0’ ) ) ); ?>” rel=”bookmark”>
<?php the_post_thumbnail( ‘sight-featured-thumbnail’ ); ?>
</div><!– .featured-thumbnail –>
<?php endif; ?>The blog I need help with is: (visible only to logged in users)
-
This is the WordPress.COM support forum. You need to post to the WordPress.ORG support forum for help with your site because it is not hosted by WordPress.COM.
WordPress.com and WordPress.org are completely separate and have different logins, features and run different versions of some themes with the same names http://support.wordpress.com/com-vs-org/
If you don’t have a username account at WordPress.ORG click http://wordpress.org/support/ and register one on the top right hand corner of the page that opens, so you can post to the support forums there and receive advice from WordPress.ORG bloggers.
- The topic ‘Sight Theme Sticky Post Image’ is closed to new replies.