Advertisement
Dannci

Untitled

Jul 4th, 2014
418
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. <div class="foliosidebar body3">
  2.  
  3.  
  4. <?php if($project_url) : ?>
  5.  
  6. <a class="mainbutton" href="<?php echo $project_url; ?>"><?php echo $button_label ?> <span><i class="fa fa-chevron-right"></i></span></a>
  7.  
  8. <?php endif; ?>
  9.  
  10. <?php if($project_description) : ?>
  11.  
  12. <p><i class="fa fa-info-circle"></i> <?php echo $project_description; ?></p>
  13.  
  14. <?php endif; ?>
  15.  
  16. <p class="meta"><i class="fa fa-clock-o"></i> <?php the_time(get_option('date_format')); ?></p>
  17.  
  18. <p class="meta"><i class="fa fa-file-text-o"></i> <?php $terms_of_post = get_the_term_list( $post->ID, 'categories', '',' &bull; ', ' ', '' ); echo $terms_of_post; ?></p>
  19.  
  20. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement