Hi,
I did various hack in the core etc and I realized just now that the titles of my posts aren't displayed on any of my blogs.
I'm talking about
<?php $Item->title(); ?>
It is not due to the skins (I replaced the skins folder by a fresh one).
There's no error messages.
I had a look at function get_the_title() and function the_title(
but this is not part of what I hacked.
Does anyone know where to fix that ?
PS : my posts DO have titles, I typed it while posting.
open b2evocore/_class_item.php and look for the function title:
right before
insert
anything happen?