1 gabriel1980 Nov 22, 2008 11:55
3 yabba Nov 22, 2008 14:30
Little bit lost to what you're actually asking, so lets hope I've struck lucky and this is what you're after :
$Item->title( array(
'before' => '',
'after' => '',
'format' => 'htmlbody',
'link_type' => 'linkto_url',
) );
¥
4 gabriel1980 Nov 22, 2008 20:01
¥åßßå wrote:
Little bit lost to what you're actually asking, so lets hope I've struck lucky and this is what you're after :
$Item->title( array( 'before' => '', 'after' => '', 'format' => 'htmlbody', 'link_type' => 'linkto_url', ) );
¥
First of all, thanks for joinin' the party! :D
And now, trying to explain myself a little bit, well, I tried what you point me out, but it keeps doing the same as setting up with the indication of not doing the links in the titles from the SEO part of the blog settings.
What I was trying to explain, is that when the title includes a link to that very same article, it displays twice times on the page. And where? It appears for the second time the title where the instructions to show the tags and the categories appear when you click on them. And its fine and necesary that feature that allows to filter ALL articles within a certain category or a tag... but its unnecesary to show again the title of the article when you click on it. Thats why I prefer to get it outta the park, because it looks akward and untidy to show twice the article on the single page.
So if you could give me a few clues of what I need to indicate the array of "request_title" in order to not show the title when I click on that title, it would be terrific! :D Thanks for your help pal! :D
5 yabba Nov 23, 2008 10:38
Try changing "title_single_disp" => true, to false in your original code ;)
¥
6 gabriel1980 Nov 24, 2008 07:14
¥åßßå wrote:
Try changing "title_single_disp" => true, to false in your original code ;)
¥
Thanks Pal, that's what does the magic! :D
PD: Dunno why (cache?), but I tried to change that on my early attempts of setting up this properly... d*mn cache! :P
Cr*p, this is an option already kinda present in the control panel, in the url section.
However, my doubt remains, as if its still possible to mantain the url in the title once, without showing in the place where tags and categories are shown, it would be nice (the thing is that the title is pushy enough to keep appearing in that zone, and I want to remove it from there... if the link of the title remains on the title, its ok, all I want is to take it from there!!! (now that the minimal L&F was achieved, I go for more! ;-)