Recent Topics

1 Nov 17, 2006 19:08    

Ok, we had everything sorted out to make the title the anchor text in the last version, but I can't get it to work in the latest update.

On a client's site (http://www.createmyscene.com/blog/) we are trying to make the post title the anchor in the link to the permalink. Below is what seems like it should work, but it doesn't. Any ideas?

<h1><a href="<?php $Item->permanent_link( '#', '#', 'permalink_right' ); ?>"><?php $Item->title(); ?></a></h1>

2 Nov 18, 2006 09:41

This is what I use

<?php $Item->permanent_link( '#title#'); ?>

In your exemple that would be

<h1><?php $Item->permanent_link( '#title#'); ?></h1>

4 Nov 28, 2006 03:47

Any idea why it's not properly displaying the h1 though?

5 Nov 28, 2006 16:12

You mean : it is green and underlined ?
css
the css of the
h1 a
h1 a:link
h1 a:hover
h1 a:visited


Form is loading...