This is because the theme uses excerpts http://codex.ww.wp.xz.cn/Function_Reference/the_excerpt
If you don’t want excerpts then:
Remove || is_home() from the following line
<?php if ( is_search() || is_home() || is_category() || is_tag() ) : // Display Excerpts for Search, home, category and tag pages ?>
It would become
<?php if ( is_search() || is_category() || is_tag() ) : // Display Excerpts for Search, home, category and tag pages ?>
it is around line 44 of content.php
After doing this you can use the <!–more–> tag in articles to break your posts for home page.
Hello Themonic Theme Author,
Thank you for your fast help!
I’m really glad to have this communication method to get the support I really needed!
I’m sad due to the fact that I cannot update the template, or it will break the header and it will keep the sidebar I don’t want to. I’ve done a few things in the template, let’s hope my friend won’t update it.
Congratulations for your work, you’re amazing!