Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #305599

    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

    #305631

    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

    • This reply was modified 10 years, 4 months ago by Günter.
    #305643

    It works! Thanks!

    #305647

    Hi!

    Glad I could help you. Enjoy the theme.

    Cheers!
    Günter

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Author Page – Full content?’ is closed to new replies.