Advertisement
Guest User

Untitled

a guest
Jul 29th, 2015
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <?php get_post_permalink(); ?>
  2.  
  3. <a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>">Abstract</a>
  4.  
  5. <a href="<?php get_site_url(); ?>/abstract/%post-name%" title="<?php the_title_attribute(); ?>">Abstract</a>
  6.  
  7. <?php get_site_url(); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement