Hi, just as said in the subject, when I load a single post with permalink (by clicking on its title in main page), it shows me a page with the selected post only, but it double the title, by inserting, just before the post (and the title), a line like this:
"Post details: "post's_title"
and then, immediatly after, the entire post, with the TITLE also! So, I get title doubled.
I don't need the entire phrase: how to remove it? I've just tried to remove, from my _main.php file, the line
single_post_title();
or even all this group:
single_cat_title();
single_month_title();
arcdir_title();
last_comments_title();
stats_title();
profile_title();
but it didn't work out.
Any suggestion?
Thank you guys,
Francesco
I just tried this:
And it worked.
The date stayed but the details are gone.
Jon