Hi, and thank you for a great theme with great support!
I have a problem with my new blog. On the Authors-page, the feed with blog-posts is not formated. I believe the problem is solved by showing the full content, not an Excerpt. How can I do that? I have full content in all other places, but not in the Authors-page.
Thank you!
/Martin
Hi Martin!
Thank you for using our theme.
You have to modify the following file:
wp-content\themes\enfold\includes\loop-author.php
Goto line 32 and replace
$current_post['content'] = get_the_excerpt();
with
$current_post['content'] = get_the_content();
Best regards,
Günter
It works! Thanks!