Hi,

I want to add nofollow to view pager links and read here that this is a theme issue: http://drupal.org/node/693998

Is this true for this theme and do you know where I can slip in the required code?

Thanks
Rich

Comments

ajross’s picture

Status: Active » Closed (works as designed)

You could try pasting the code they give into template.php in the theme, just replacing

function velvet_pager_link

with

function mix_and_match_pager_link

and then be sure to clear the theme registry cache. But this is not an issue with this theme specifically, you can just use one of the theme's files to try and make your change.