• Hi , love the theme, but I have a problem, which could possibly be something to do with wordpress rather than the theme?

    I have a main live site that I eventually want to use with the theme, but thought I could use the multisite option and add another ‘virtual’ site called test, which appears in the browser as https://www.mysite.com/test. The theme works, the sliders work etc, BUT…. when I try to add a featured image to the page, I cannot see it? I have uploaded, I have dragged and dropped and although it appears to load something and displays a tick at the image, it isn’t there? I’ve tried various images and sizes.

    Any ideas much appreciated.

    Malky

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter malky

    (@malky)

    Me again, please ignore the above.

    It turns out to be an .htaccess problem which is now resolved.

    Apologies if anyone wasted any time.

    Malky

    hi, could someone tell me how to put the featured images?

    You should probably start a new thread. Here is my cheat sheet on the subject:

    <?php if (has_post_thumbnail( $post->ID ) ): ?>
    <?php $image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'single-post-thumbnail' ); ?>
    	<div class="featured-thumbnail">
    		<a href="<?php echo $image[0]; ?>" title="<?php the_title(); ?>"><img src="<?php bloginfo(stylesheet_directory);?>/timthumb.php?src=<?php echo $image[0]; ?>&h=150&w=200&zc=1&q=90" alt="<?php the_title(); ?>" /></a>
    <!-- timthumb.php optional - I use it for non-defined image sizes -->
    	</div>
    <?php endif; ?>

    Thread Starter malky

    (@malky)

    Select your page, then look to the right of the screen where it says Update. Scroll down a bit and click ‘Set featured image’

    tanks malky for your information

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘No featured images?’ is closed to new replies.