What templates/funtions needed in custom theme to allow comments the new 3.0 way
Just download twentyten and see how it works, it’s relatively simple to use it as an example. Nothing needs to go into functions.php for comments to work. You can use custom callbacks in there if you wish, but just a few template tags get the comments going <?php comments_template( ”, true ); ?> Is what … Read more