I have created a custom content type called portfolio. From that custom content type i created a page view. On that page is the typical node teaser with the "read more" link. I want that "read more" link to say "see examples" and link to one of the 3 different pages I created with the custom content type. I have played with the custom links and token modules and what I end up with is both "read more" link and the "see examples" link. Unfortunately they both link to the top level portfolio page instead of each individual page. In the "custom link" settings for the custom link I built I have "portfolio/[title]" for the path and "[type]=portfolio" for the query string. I know that there is something obvious that I am just missing so if anyone can point me in the right direction that would be great!

Comments

malbert75’s picture

Anyone? Hello?

VM’s picture

investigate the ed_readmore.module you may be able to pull something from it to do what you want.

malbert75’s picture

The ed_readmore.module only allows me to change the read more link globally. What I need is the ability to change the read more link to 'see examples' on one page that has three separate teasers to 3 separate sub-pages. These separate teasers need this modified read more link. I have tried tokens and custom links but that does not seem to work either. Is there anyone out there that can help?