Hello
I'm using a little Flexslider slideshow to display texts. These come from a special content type I created.
My concern is that I dont want my titles to link to Full Content view. (as there is no real 'page' to see)
How can I achieve this ?
Any idea welcome...

Comments

VM’s picture

in node.tpl.php there is an indication of '* - $teaser: Flag for the teaser state (shortcut for $view_mode == 'teaser').' Thus you can likely utilize some conditional php arund the title to test whether it is a teaser view. Else utilize the title.mdoule and create a teaser view that sets the title to link = no in manage display

artatum’s picture

thx for the help. I'm going to check this out.