In which I present my 3rd and 4th Textpattern Plugins
Introducing my third and fourth Textpattern plugins:
They’re pretty much a matched set and compliment cwh_link_to_home in functionality. These ones took a little longer to produce than cwh_link_to_home, partly because I was stumped for a bit as to how to maintain the functionality of the tags they replace, but also due to a healthy bought of procrastination. Fantastic method to problem solving that, especially when there’s no deadline looming.
You might want to consider combining the plugins. Then I dont have to install 3 plugins.
Perhaps a “cwh_linkrel” plugin that could look like this:
<txp:cwh_linkrel title=“Next” format=“link” type=“next” />
<txp:cwh_linkrel title=“Prev” format=“link” type=“prev” />
<txp:cwh_linkrel title=“Home” format=“link” type=“home” />
Any chance for this?
Hmm, that would be useful, yes. Also, I think I may submit the code as a patch to the dev team so that the functionality is inherent in the native tags.