2 filthio Jun 10, 2008 07:30

filthio wrote:
Do you mean you want to remove the link in the title of each post: so the title has no link at all?
Exactly! Where in the whole lines of code could I do that?
In your skins _main.php find $Item->Title() and replace it with $Item->title
¥
¥åßßå wrote:
In your skins _main.php find $Item->Title() and replace it with $Item->title
¥
Hi ¥åßßå! Well, I tried that, with no results, what could it be? What I do is change this line
<h1><?php $Item->title(); ?></h1>
for this other
<h1><?php $Item->title ?></h1>
what could I be doing wrong? Thanks for the patience!!! :D
It should read :
<h1><?php echo $Item->dget( 'title' ); ?></h1>
¥
Thanks a lot ¥åßßå, this works for taking out the links outta the title! :D
Do you mean you want to remove the link in the title of each post: so the title has no link at all?