I accidentally found a ‘hard mode’ for Crash Bandicoot: Warped. I posted a little video about how to get access. I hope you enjoy it.
Category Archives: Uncategorized
WordPress Featured Image
I wanted to modify the way WordPress was displaying my featured image for posts. The desired function is the image shown thumbnail size, to the right on the main page or search results and be a link to the post page. Then, on the post page, remain thumbnail sized and be a link to the full size image. To do this I edit content.php in two places. First, comment out the thumbnail code around line 20 and insert the below code directly after. You will have to repeat this after updating WordPress because this file is overwritten.
<!--Moved Featured Image Start-->
<!–Remember to comment out thumbnail above–>
<a href=”
<?php
if ( is_home() ) {
// This is the blog posts index
the_permalink();
} else {
// This is not the blog posts index
if ( has_post_thumbnail() ) {
$full_image_url = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), ‘full’ );
echo $full_image_url[0] . ‘” title=”‘ . the_title_attribute( ‘echo=0’ );
//echo get_the_post_thumbnail( $post->ID, ‘medium’ );
}
}
?>
“>
<?php if ( ! post_password_required() && ! is_attachment() ) :
the_post_thumbnail(‘thumb’);
endif; ?></a>
<!–Moved Featured Image End–>
Every Little Bit Counts, Part 158
I am a little behind on my ELBC updates. Here is a catch up post through the end of 2014. I’ll add a year in review post as soon as I can.
2014-10-28
1 nickel
1 dime
Total: $0.15
ELBC, Part 157
2014-09-22
4 cents
Total: $0.04
2014-09-27
2 cents
1 nickel
4 quarters
Total: $1.07
2014-09-29
1 cent
Total: $0.01
ELBC, Part 156
2014-07-30
1 nickel
Total: $0.05
2014-07-31
2 cents
Total: $0.02
2014-08-01
1 cent
Total: $0.01
2014-08-04
1 dime
Total: $0.10
Continue reading
Scott Pilgrim
I watched Scott Pilgrim vs. The World recently. I love the whole movie. This scene in particular seemed relevant.
ELBC, Part 155
2014-05-26
1 cent
Total: $0.01
2014-05-27
1 cent
Total: $0.01
2014-05-29
1 Chuck-E-Cheese Token
Total: $0.00 Continue reading
ELBC, Part 154
2014-04-12
1 nickel
1 dime
Total: $0.15
2014-04-14
3 cents
Total: $0.03
2014-04-15
1 cent
Total: $0.01 Continue reading
Bat-Pod – Basic Set
This is the Bat-Pod #64/250 from the Hot Wheels 2014 HW City series.
Hobbit PEZ set
This is the Walmart Exclusive Hobbit An Unexpected Journey PEZ set with Exclusive Goblin King.