Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!

This is a subhead

It looks good. It looks good.It looks good.It looks good. It looks good.It looks good.It looks good. It looks good.It looks good.It looks good. It looks good.It looks good.It looks good.It looks good. It looks good.It looks good. It looks good.It looks good. It looks good.It looks good. It looks good.It looks good.It looks good. It looks good.It looks good.It looks good.It looks good.

It looks good. It looks good.It looks good.It looks good. It looks good.It looks good.It looks good. It looks good.It looks good.It looks good. It looks good.It looks good.It looks good.It looks good. It looks good.It looks good. It looks good.It looks good. It looks good.It looks good. It looks good.It looks good.It looks good. It looks good.It looks good.It looks good.It looks good.

  • It looks good.
  • It looks good.
  • It looks good.
  1. It looks good.
  2. It looks good.
  3. It looks good.

OH YEAH H3

good. It looks good.It looks good.It looks good. It looks good.It looks good.It looks good. It looks good.It looks good.It looks good. It looks good.It looks good.It looks good.It looks good. It looks good.It looks good. It looks goodgood. It looks good.It looks good.It looks good. It looks good.It looks good.It looks good. It looks good.It looks good.It looks good. It looks good.It looks good.It looks good.It looks good. It looks good.It looks good. It looks good

Awesome Code Samples

<?php
// Fist full of comments
function custom_comment($comment, $args, $depth) {
$GLOBALS['comment'] = $comment; ?>
<li <?php comment_class(); ?> id="li-comment-<?php comment_ID() ?>">
<a name="comment-<?php comment_ID() ?>"></a>
<div class="comment-container">
<?php if(get_comment_type() == "comment"){ ?>
<?php $args['avatar_size'] = 80; ?>
<div class="avatar"><?php the_commenter_avatar($args) ?></div>
<?php } ?>
<?php $who = the_commenter_link(); ?>
<div id="comment-<?php comment_ID(); ?>" class="comment-content<?php if($who=='Andy Baker') echo ' spamhat-comment'; ?>">
<span class="name"><?php if($who=='Andy Baker') echo '<a href="http://spamhat.com/"><b>Andy Baker</b></a>'; else echo $who; ?></span>
<span class="date"><?php echo get_comment_date(get_option( 'date_format' )) ?> <?php _e('at', 'woothemes'); ?> <?php echo get_comment_time(get_option( 'time_format' )); ?></span>
<span class="perma"><a href="<?php echo get_comment_link(); ?>" title="<?php _e('Direct link to this comment', 'woothemes'); ?>">#</a></span>
<span class="edit"><?php edit_comment_link(__('Edit', 'woothemes'), '', ''); ?></span>
<?php comment_text() ?>
<?php if ($comment->comment_approved == '0') { ?>
<p class='unapproved'><?php _e('Your comment is awaiting moderation.', 'woothemes'); ?></p>
<?php } ?>
<div class="reply">
<?php comment_reply_link(array_merge( $args, array('depth' => $depth, 'max_depth' => $args['max_depth']))) ?>
</div><!-- /.reply -->
</div><!-- /comment-content -->
<div class="fix"></div>
</div><!-- /.comment-container -->
<div class="fix"></div>
<?php
}
// PINGBACK / TRACKBACK OUTPUT
function list_pings($comment, $args, $depth) {
$GLOBALS['comment'] = $comment; ?>
<li id="comment-<?php comment_ID(); ?>">
<span class="author"><?php comment_author_link(); ?></span> -
<span class="date"><?php echo get_comment_date( get_option( 'date_format' ) ) ?></span>
<span class="pingcontent"><?php comment_text() ?></span>
<?php
}
function the_commenter_link() {
$commenter = get_comment_author_link();
if ( ereg( ']* class=[^>]+>', $commenter ) ) {$commenter = ereg_replace( '(]* class=[\'"]?)', '\\1url ' , $commenter );
} else { $commenter = ereg_replace( '(<a )/', '\\1class="url "' , $commenter );}
return $commenter ;
}
function the_commenter_avatar($args) {
$email = get_comment_author_email();
$avatar = str_replace( "class='avatar", "class='photo avatar", get_avatar( "$email",  $args['avatar_size']) );
echo $avatar;
}
?>

4 Responses to “Hello world!”

  1. Andy Baker Feb 20th 2011 at 4:20 am #

    Test reply! Woot!

  2. Andy Baker Feb 20th 2011 at 4:21 am #

    Normal commentz.

  3. Andy Baker Feb 20th 2011 at 4:30 am #

    test

    different

    lines

Leave a Reply