Advertisement
pusatdata

Bahan Judul TAG

Jun 6th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. <h2 class="title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'themater' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
  2.  
  3.  
  4.  
  5.  
  6. <small><div class="postmeta-primary">
  7. <span class="meta_tags">by <?php the_tags('', ', ', ''); ?></span> <span class="meta_date"><?php echo get_the_date(); ?></span> <span class="meta_categories"><?php the_category(', '); ?></span> <span class="meta_edit"><?php edit_post_link(); ?></span>
  8. </div>
  9. </small>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement