Skip to content

Instantly share code, notes, and snippets.

/**
* Check for post format type, apply filter based on post format name for easy modification.
*
* @since 1.0
*/
function chimps_post_formats_content() {
$format = get_post_format();
$root = get_template_directory_uri();
$content = '<div class="post_container">
<?php
/* WP-Resize: a TimThumb alternative using native WP functions. Original credit goes to Victor Teixeira (http://wpquestions.com/user/discourseShow/id/1981/discourse_id/20)
/* Example use:
<?php
$thumb = get_post_thumbnail_id();