Viewing 3 replies - 1 through 3 (of 3 total)
  • Same problem on my website. https://www.bolandclubrugby.co.za, Is there a fix yet?

    I found a fix. If you edit the rookie template – content.php look for the following lines

    <?php
    		if ( has_post_thumbnail() ) { // check if the post has a Post Thumbnail assigned to it.
    			the_post_thumbnail( 'large' );
    		}
    		?>

    And remove it all. None of your other posts will have thumbnails on though. Try it for your site. It works on mine

    Plugin Author Brian

    (@brianmiyaji)

    Thanks @dammert89, the next update will be fixed in the exact way you described. I should add that regular posts will use the content-single.php template, so they will still have thumbnails ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Problem with Rookie Template’ is closed to new replies.