2 getinked Jan 29, 2008 19:54

if anyone cares or i'm talking to myself its...
$Item->title( array(
'link_type' => 'none',
) );
$Item->title;
;)
¥
¥åßßå wrote:
$Item->title;
;)
¥
yeah i tried that a bunch of times....it doesnt seem to work either in 2.4 or maybe its just my template. i have to do it the other way or it returns nothing. i also tried ->title(); but that wraps the links in it.
I was just doing something and came up with
$this_item_title = str_replace( ' ', '%20', $Item->get( 'title' ) );
Not getting a reply doesn't mean no one is listening yah? Generally it means no one has an answer, or if someone does they ain't come along yet. People bump threads, but dig this: if you bump your own just to bump it then it won't show up in the link for "unanswered posts".
Anyway glad you found a solution and thanks for sharing it.
2.4.x :
<?php
echo '<h2>Title = '.$Item->title.'</h2>';
?>
Works [url=http://dev.innervisions.org.uk/]here[/url] ;)
¥
do i have this posted in the wrong section or is this really that hard?