By Anonymous (not verified) on
I have a sticky note at top of main page and wish to remove the title link only for this sticky note.
Any ideas?
Gary
I have a sticky note at top of main page and wish to remove the title link only for this sticky note.
Any ideas?
Gary
Comments
create a new
create a new node-front.tpl.php and add a
if (!$sticky)clause to the$titlevariable and you are all set.Bit more specific
Can you expand your "create a new" response.
Just trying to put the pieces together.
1. in your theme folder,
1. in your theme folder, create a new node-front.tpl.php and copy the contents from node.tpl.php
2. you will see something similar to
in your node-front.tpl.php
3. Notice the
<h2>line there, which is printing your node title. You need to add the if clause here like this4. save it and if it doesnt reflect the change, clear your cache in admin/settings/performance or visit the theme page once