Displays or returns the trackback URL for the current post
<?php trackback_url(display); ?>
Added to WordPress by Andy Lobban
Outputs a permalink anchor identifier or id
<?php permalink_anchor('type'); ?>
Added to WordPress by Andy Lobban
Returns the permalink to a post for use in PHP
<?php get_permalink(id); ?>
Added to WordPress by Andy Lobban
Displays the URL for the permalink to the post currently being processed in The Loop
<?php the_permalink(); ?>
Added to WordPress by Andy Lobban
Displays the permalink for the current post, formatted for syndication feeds
<?php permalink_single_rss('file'); ?>
Added to WordPress by Andy Lobban
Returns the time of the current post for use in PHP
<?php get_the_time(); ?>
Added to WordPress by Andy Lobban