Hi,
I have a quick question. I want to add a link to a discussion forum in each of my posts, alongside the comments/trackback links at the end of the post.
What file would I edit (and how) to show the link and have it open in a new window?
Thanks!
Adding a link
Adding a link
Brian
-
Col. Kurtz
- Regular
- Posts: 450
- Joined: Thu May 26, 2005 10:43 am
- Location: Bonn, Germany
- Contact:
edit the entries.tpl of your template.
to open a link in a new window use inside the link tag.
e.g.:
to open a link in a new window use
Code: Select all
target="_blank"e.g.:
Code: Select all
<a href="http://yourdomain.com/forum" target="_blank">text</a>Marc