• Hello,

    WordPress automatically adds two links to the header, like this:

    <link rel="prev" title="Fear" href="http://www.themodernnomad.com/2011/fear/">
    <link rel="next" title="Fear" href="http://www.themodernnomad.com/2011/getting-things-done/">

    All well and fine, but these do not get changed by Smarter Navigation. Is this a conscious decision, and if so, why? If not, then how might we do this? I looked around for some filter but couldn’t find one. (Although I’m not very good at this.)

    Thanks for a great plugin!

    Gustav

    http://wordpress.org/extend/plugins/smarter-navigation/

Viewing 1 replies (of 1 total)
  • Plugin Author scribu

    (@scribu)

    It’s not a conscious decision. I just never thought about them.

    One option is to unhook the ‘wp_head’ action that generates them and replace it with our own.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Smarter Navigation] Change the rel="next/prev" links in the header’ is closed to new replies.