This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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(); |