File: /var/www/clients/client0/web20/web/wp-content/themes/bridge/templates/blog-parts/pinterest/text.php
<div class="post_text">
<div class="post_text_inner">
<div class="post_info">
<span itemprop="dateCreated" class="time entry_date updated"><?php the_time('d F, Y'); ?><meta itemprop="interactionCount" content="UserComments: <?php echo get_comments_number(qode_get_page_id()); ?>"/></span>
<?php _e('in','qode'); ?> <?php the_category(', '); ?>
<?php if($blog_hide_comments != "yes"){ ?>
/ <a itemprop="url" class="post_comments" href="<?php comments_link(); ?>" target="_self"><?php comments_number('0 ' . __('Comments','qode'), '1 '.__('Comment','qode'), '% '.__('Comments','qode') ); ?></a>
<?php } ?>
</div>
<h5 itemprop="name" class="entry_title"><a itemprop="url" href="<?php the_permalink(); ?>" target="_self" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></h5>
</div>
</div>