Closed (works as designed)
Project:
Mix and Match
Version:
6.x-1.6
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Dec 2011 at 21:33 UTC
Updated:
6 Nov 2012 at 19:05 UTC
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
Comment #1
ajross commentedYou could try pasting the code they give into template.php in the theme, just replacing
function velvet_pager_linkwith
function mix_and_match_pager_linkand 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.