<div class="featured-image-wrap"><?php the_post_thumbnail("large"); ?></div>
<?php } ?>
<?php endif; ?>
- <span class="meta date">Posted on <?php the_time('F jS, Y') ?></span>
- <span class="share-single"><span class="st_sharethis" st_title="'. get_the_title().'" st_url="'. get_the_permalink() .'"></span></span>
+ <?php if (!get_post_type( $post ) === "topic"){ ?>
+ <span class="meta date">Posted on <?php the_time('F jS, Y') ?></span>
+ <span class="share-single"><span class="st_sharethis" st_title="'. get_the_title().'" st_url="'. get_the_permalink() .'"></span></span>
+ <?php } ?>
</header>
<?php the_content(); ?>
</article>
\ No newline at end of file