Archive for October, 2007

  • Customising wordpress templates

    Customising wordpress templates

    Here are a few nice things to add to your wordpress template in case it doesnt have them. The important templates to modify are index.php (the full blog view), single.php (shows single posts) and comments.php (for comments) Show author and date Adding the following : <p>Posted by <?php the_author(); ?> on <?php the_date(‘F j, Y’); […]

    Read more »