I want to have a link on each page that contains the current node title and links to the home page. Just adding a link using CCK in a page works well but it doesn't provide enough versatility for positioning when it comes to adding the Service Links and Diggthis modules.
This led me to the idea of creating the link using views and then simply being able to position it anywhere I like using blocks.
However, I cannot figure out how to only show the current node's link. I can set up the link with Node:Title as the Field and limit the items to display down to 1 however I can't work out what criteria would show the current node's title. Instead I get the node title that begins with the letter A. I am guessing there is some sort of argument that needs to be used for this but I am unable to figure it out. Can someone please direct me to a page that explains this or possibly suggest a solution to this? Any help on this would be great.
Jason
Comments
I have come up with a
I have come up with a solution to this problem, not the ideal solution but it works. I installed the Custom Links module and have simply created the link with the a page title token and placed it in the necessary block area. So if anyone else comes across a similar problem hopefully this helps.