Forums
(@mitheithel)
13 years, 2 months ago
I’ve read many solutions for this problem by googling it, but none worked for me.
What worked for me was setting CHMOD permissions for ALL files and folders to 755.
13 years, 3 months ago
Modified to: <?php if( get_the_title() != "no title" ) the_title(); ?> And works like a charm! Thank you!
<?php if( get_the_title() != "no title" ) the_title(); ?>