Categories:
Author:
Current version:
0.1
About It:
Get it:
Rate it:
Flag it:
If you'd like to provide updated information and do not have access to directly edit, please contact the site admin; thanks!
cwh_link_to_next
cwh_link_to_next is a plugin that provides a replacement tag for <txp:link_to_next />
that includes a new format attribute which provides the ability to set the link format as a <link>
tag suitable for placing in the <head>
of any individual article page on your site. You can do this by setting the format attribute like so:
<txp:cwh_link_to_home title="Home" format="link" />
which will produce something similar to:
<link rel="next" href="http://example.com/article/2/next-post" title="Next Post" />
See also cwh_link_to_prev