function wiziapp_the_rating_wrapper($request) { global $post; $post_id = intval($request[3]); $post = get_post($post_id); wiziapp_the_rating(); }
<div class="single-post-meta-top"> <div id="author_and_date"><span class="postDescriptionCellItem_author">By <a href="<?php echo wiziapp_buildAuthorLink($post->post_author); ?> "> <?php the_author(); ?> </a></span> <span class="postDescriptionCellItem_date"><?php echo wiziapp_formatDate($post->post_date); ?> </span> </div> <?php wiziapp_the_rating(); ?> </div> <div class="clear"></div> <div class="post" id="post-<?php the_ID(); ?> "> <div id="singlentry"> <?php $GLOBALS['WiziappProfiler']->write('Before the thumb inside the post ' . $post->ID, 'theme._content'); ?> <?php set_time_limit(60); $size = WiziappConfig::getInstance()->getImageSize('posts_thumb');