View Full Content in Category Pages for travelify theme?

Hi all!

Is there any solution to see the full content in categories?
I have been looking for it for 2 hours but I don’t find the solution.

I need your help, please!
I love this theme and I wouldn’t like to change it.

I saw that this is doable by changing a file called “content-extensions.php” but I think this is possible only if you work with FTP because I don’t find this file in my Wordpress Dashboard. Am I right?

From already thank you!!!

PD: Sorry for my english…

Yes, you are right that you should edit content-extensions.php but there is no way to access this file via WordPress dashboard and it can be done only via FTP client. Maybe your hosting provider have some file manager in place to access it via web interface. If your web hosting comes with cPanel then definitely there is one such file manager included.

In that file you should look up function called travelify_theloop_for_archive and replace

<?php the_excerpt(); ?> with <?php the_content(); ?> in that function.