Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter mpmchugh

    (@mpmchugh)

    Never mind. Found this:

    ‘format’ => ‘%link »’,

    -mpm

    Plugin Author ambrosite

    (@ambrosite)

    Yes, if you wanted to put the left/right double angle quotes inside the link, rather than outside, you would use the ‘format’ and ‘link’ parameters like so:

    'link' => '%title »'
    'format' => '%link'

    On the other hand, if you wanted to get rid of them entirely (a very common question), just remove ‘&laquo’ and ‘&raquo’ from both the ‘link’ and ‘format’ parameters:

    'link' => '%title'
    'format' => '%link'
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Ambrosite Next/Previous Post Link Plus] Remove default « » ?’ is closed to new replies.