Closed (won't fix)
Project:
Views (for Drupal 7)
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
20 Jul 2009 at 14:48 UTC
Updated:
10 Apr 2012 at 16:09 UTC
Can we have token support for the 'more' link please? Thanks for allowing us to modify the more link text, that helps A LOT!!! But I would love it just that little bit more if I had token functionality, for example...
"Click here to see more articles about %page_title%... "
... for SEO purposes etc.
Thanks
Will Eaton
Drupal Developer
http://www.williameaton.co.uk
Comments
Comment #1
merlinofchaos commentedYOu can accomplish that via theme_views_more which supports all of the usual extras of views theming. So theme_views_more__viewname etc.
Comment #2
fxarte commentedFor Drupal 7.x views 3.x this is what I used, hopefully it could help you: