Hello!
I'm a newbie in Wordpress. I found Ian's "How To Create a WordPress Theme" tutorial when I searching in Google.
At first, it's very easy to understand, but I get stuck at the 7th tutorial: "The Single Post, Post Attachment, & 404 Templates" http://themeshaper.com/wordpress-theme-single-post-post-attachment-404-templates-tutorial/
Where should I put the codes from "Single Post Titles" and "Single Post Entry Utility Links" part?
And the most confusing part is at "Single Post Content". It says that the content of single.php is just :
<?php the_content(); ?>
<?php wp_link_pages('before=<div class="page-link">' . __( 'Pages:', 'your-theme' ) . '&after=</div>') ?>
So, what about all of the codes above that part? I thought it was the content of single.php. If not, where should I put it?
That's all of my questions. I hope Ian or someone here can help me. Thanks a lot for your time. :)