By RobW on
How would you add the link to username's blog that appears in the $links on blog pages to $links on other content types? I've been searching on the forum but haven't found any answers. Thanks for your help.
How would you add the link to username's blog that appears in the $links on blog pages to $links on other content types? I've been searching on the forum but haven't found any answers. Thanks for your help.
Comments
_
You can use hook_link in your own module - http://api.drupal.org/api/function/hook_link
Make a module and include some code like this:
Of course, change module_name and content_type_name to your own module name and required content type to display on.