Go to “post.php” and delete this line:
<?php if ( current_theme_supports( 'get-the-image' ) ) get_the_image( array( 'meta_key' => 'Thumbnail', 'size' => 'single-thumbnail', 'link_to_post' => false, 'image_class' => 'featured', 'attachment' => false ) ); ?>
On the right side in the Publish box there is a section called Visibility. Click on Edit and there is a box you can check that reads “Stick this post to the front page”. That will make a post a sticky and appear at the top of the main page.
When you add that code to the .wrap the padding affects the secondary menu too. It pushes it over. Any idea how to make it not do that?
Tried adding a padding-left:-30px; to the #menu-secondary CSS but it didn’t work.