Forum replies created
In reply to
Deactivate Post Title Cutting on Homepage
awsome 😀 it works!! thank you very much Roman
In reply to
Deactivate Post Title Cutting on Homepage
Thanks for your answer. Is it exactly the same code? because I found just one time this code on index.php
: <?php
if ( get_the_title() ){ $title = the_title(”, ”, false);
echo evltruncate($title, 40, ‘…’); } ?></a>
I can have the full title on the others pages but not in my home page.
In reply to
Deactivate Post Title Cutting on Homepage
Hello,
I have the same problem and I tried to replace the script but it doesn’t work. Do you have an idea why?
My website: http://www.1globe2reves.com
thank you