Example #1
0
<div class="content">

<h2 class="questiontitle">
	<a href="<?php 
the_permalink();
?>
" rel="bookmark" title="Read <?php 
the_title_attribute();
?>
"><?php 
the_title();
?>
</a>
</h2>
<?php 
the_post();
?>


<?php 
the_content();
?>

<?php 
echo function_exists('thumbs_rating_getlink') ? thumbs_rating_getlink() : '';
?>

<?php 
comments_template('', true);
?>
Example #2
0
function thumbs_rating_shortcode_func($atts)
{
    $return = thumbs_rating_getlink();
    return $return;
}