Recent Topics

1 Jan 14, 2007 02:56    

Problem Fixed - solution near bottom of posting trail. Thanks

Hi - when i create a posting I: (1) enter title (2) Set Type to LINK (3) paste in Link to URL and then the message. Problem: when i click the postings Title instead of going to the link url I go to the full entry page (where you see trackback and comment fields)

How do I correct this so when you click article title you go to the URL it is linked to (which would be another web site - not my blog)?

Thanks in advance for your help.

2 Jan 14, 2007 21:41

I've never done the "set type to Link" thing, but in general the action of clicking the title depends on the skin. The custom skin, when a post is a post, will link a title to whatever was in the Link to URL field. Some skins were made so that the title always links to the permalink.

What skin are you using?

4 Jan 15, 2007 18:31

FIXED - EdB thanks for the help. When you said "Some skins were made so that the title always links to the permalink." it gave me the hint I needed when looking at the code.

Changed 'False' to 'True' in this string to correct problem:

<div class="postTitle">
<a href="<?php $Item->permanent_url() ?>" title="<?php echo T_('Permanent link to full entry') ?>"><?php
$Item->title( '', '', false ); // No link to related URL

Now when you click the post title it goes directly to the linked URL

Thanks


Form is loading...