bed5478
@@ -37,7 +37,7 @@
}
$image = get_the_post_thumbnail( $tax_post["ID"], 'post-image-thumb' );
$postoutput .= '<a class="related-post" href="' . get_permalink($tax_post["ID"]) . '">
- '.$image.'<h3 class="title">'.$series_count.'.'.$tax_post["post_title"].'</h3>
+ '.$image.'<h3 class="title">'.$series_count.'. '.$tax_post["post_title"].'</h3>
</a>';
?>
This seems so trivial I feel OK merging it. :grimacing:
rebased onto bed5478
Pull-Request has been merged by pfrields