Replace default pagination with a more stylish one. <?php function custom_pagination() { global $wp_query; $big…

Customize the comment form fields. <?php function custom_comment_form_fields($fields) { $fields['comment'] = '<p class="comment-form-comment"><label for="comment">' .…