Hello everyone.
I have searched the forum for a way to remove these three dots and didn't find anything useful.
If anyone could please tell me how to remove them I'd be grateful.
Hello everyone.
I have searched the forum for a way to remove these three dots and didn't find anything useful.
If anyone could please tell me how to remove them I'd be grateful.
You will need to provide a link to see the problem--that will help someone help you.
Thanks for the fast reply.
Heres the link of my new blog
As you can see, instead of displaying the full post name it displays only part of it continued by three dots.
I have solved the problem myself.
If anyone is intersted, to solve this you must edit this line located in yourblog/wp-content/themes/videoflick/gallery.php
<?php the_title2('', '...', true, '20')
Change it to:
<?php the_title2('', '', true, '40')
You must log in to post.