Wow.. I didn't even see that! LOL! Good thing it's going to be reffered to as "Missouri Therapists" and MO Therapists.com -- Now that you mention it though.. I think I might change the URL! Lol! In the testing/building phase anyways.
Question in hand: How to get a thumbnail/picture with search results. Here's the code in search.php
Code:
<div class="eleven columns">
<?php
if (have_posts()) :
while (have_posts()) : the_post();
get_template_part('loop', get_post_format());
endwhile; else :
get_template_part('loop', 'none');
endif;
?>
</div>
I don't know why I'm posting this from function.php -- as the excerpt code doesn't even work.. Unless It's not being called in the above search.php?!
Code:
function typo_excerpt_length($length) {
if (has_post_format('status')) {
return 140;
} else {
return 60;
}
}
Love this forum... Thank you for all the help!
Scott
Bookmarks