My problem is solved. Maybe interesting to know: In the theme Preference Lite you don’t use template=’posts_loop_template.php’. Than you get the entire content.
I have a problem thats near it: I tried https://wordpress.org/support/topic/show-full-post-4, but I only get the excerpt. Is there something changed? This is my code:
[ic_add_posts template='posts_loop_template.php' category='blog' showposts='1']
And this is my code in the ‘posts_loop_template.php’:
<!-- This is the output of the CONTENT -->
<div class="entry-summary">
<?php the_content(); ?>
</div>
I have the theme Preference Lite and I put ‘posts_loop_template.php’ in the following map:
…/wp-content/themes/preference-lite/
Whats going wrong?