<a href="<?php 
the_permalink();
?>
" rel="bookmark" title="Permanent Link to <?php 
the_title_attribute();
?>
"><?php 
the_content();
?>
</a>

		<?php 
wp_link_pages(array('before' => '<div class="page-link"><span>' . __('Pages:', 'twentyeleven') . '</span>', 'after' => '</div>'));
?>
	</div><!-- .entry-content -->

	<footer class="entry-meta">
							<?php 
post_footer_metadata($post, 'thought', 'thoughts', false);
?>
		
		<?php 
edit_post_link(__('Edit', 'twentyeleven'), '<span class="edit-link">', '</span>');
?>

	</footer><!-- .entry-meta -->
</article><!-- #post-<?php 
the_ID();
?>
 -->
Example #2
0
<div class="thought-entry" style="width: 500px; text-align: center; margin: 0 auto; font-size: 14px; margin-top: 2em;">
		<a style="text-decoration:none; color: #222 !important;" href="<?php 
        the_permalink();
        ?>
" rel="bookmark" title="<?php 
        the_title_attribute();
        ?>
">
		<?php 
        the_content();
        ?>
		</a>

		<?php 
        post_footer_metadata($post, 'thoughts', 'thoughts', true);
        ?>
</div>

<?php 
    }
}
?>


<!-- End Thoughts -->
</div>  <!-- MODIFIED -->

</div> <!-- END #content -->  <!-- MODIFIED -->

<div style="clear:both;"></div>