Untitled

                Never    
Text
       
  <div class="entry-top">
                        <h1 class="article-title entry-title">How To <?php the_title(); ?> Free</h1> 
                        <div class="views-nr"><?php echo getPostViews(get_the_ID()); ?><div class="clear"></div></div>
                        <div class="article-meta vcard author"><span class="fn"><?php _e('by', 'anthemes'); ?> <?php the_author_posts_link(); ?></span></div>
                        <div class="article-meta"><?php _e('In', 'anthemes'); ?> <?php the_category(' &middot; '); ?></div>
                        <div class="clear"></div>
                    </div><div class="clear"></div>


                    <div class="entry">
                        <?php if (!empty($smof_data['ads_entry_top'])) { ?>
                        <!-- entry banner -->
                        <div class="entry-banner">
                            <?php echo stripslashes($smof_data['ads_entry_top']); ?>
                        </div>
                        <?php } ?>

                        <!-- entry content -->
                        <?php the_content(''); // content ?>
					

				
						
                        <?php wp_link_pages(); // content pagination ?>
                        <div class="clear"></div>



                        <!-- tags -->
                        <?php $tags = get_the_tags(); if ($tags): ?>
                        <div class="simplebtn smallbtn blue-entry"><?php the_tags('',' &middot; '); // tags ?></div>
                        <div class="clear"></div>
                        <?php endif; ?>

 
                        <div class="clear"></div>                        
                    </div><!-- end .entry --><div class="clear"></div> 
            </div><!-- end #post -->
            <?php endwhile; endif; ?>
        </article>
        
        <!-- author -->
        <?php if(get_the_author_meta('description') ): ?>
        <div class="clear"></div>
        <div class="author-meta">
            <div class="entry">
                <?php echo get_avatar( get_the_author_meta( 'user_email' ), 100 ); ?>
                <div class="author-info">
                    <strong><?php the_author_posts_link(); ?></strong> &rsaquo; <a class="author-link" href="<?php the_author_meta('url'); ?>" target="_blank"><?php the_author_meta('url'); ?></a><br />
                    <p><?php the_author_meta('description'); ?></p>                               
                </div><!-- end .autor-info -->
            </div><!-- end .entry -->
            <div class="clear"></div>
        </div><!-- end .author-meta -->
        <?php else: ?> <hr /> <?php endif; ?>

     

        <div class="clear"></div>

        <div class="entry-bottom">
            <?php if (get_comments_number()==0) { 
            } else { ?>
                <h3 class="title"><span><?php _e( 'Comments', 'anthemes' ); ?></span></h3>
            <?php } ?>            
            
            <!-- Comments -->
            <div class="comments">
                <?php comments_template('', true); // comments ?>
            </div>
            <div class="clear"></div>
        </div><!-- end .entry-bottom -->

    </div><!-- end #main content -->


   


    <div class="clear"></div>
</section><!-- end .wrap -->

Raw Text