Codex tools: Log in / create account
Contents |
Outputs a permalink anchor identifier or id (<a id="....) for a post. This is useful for linking to a particular post on a page displaying several posts, such as an archive page. This tag must be within The Loop.
<?php permalink_anchor('type'); ?>
Inserts the permalink anchor next to a post's title.
<h3><?php permalink_anchor(); ?><?php the_title(); ?></h3>
permalink_anchor, get_permalink, the_permalink, permalink_single_rss