Hey,
Can you post a link to your site? In your theme options,> home layout manager do you have “page content” enabled?
Ben
Thread Starter
jmuniz
(@jmuniz)
Hello,
Thank you for your reply. If I activate the content of the page, all the articles will be displayed. This is not what I want because I display articles by categories. Two maximum on the homepage.
Here is the link of the site:
http://loustic.net
Best regards
I see, so you want to show just posts of a specific category but in the full post form. The latest posts module would let you show a specific category but that doesn’t output the full post. And if you use the main loop then you can show the entire post but you won’t be able to select a specific category.
Unfortunately having both isn’t an option within the free theme. With premium, you can use a shortcode that would output this.
A workaround using the free would be to edit some files using a child theme.
In the file templates/home/blog-home.php you could remove lines 42-115 and replace with:
get_template_part( 'templates/content', 'fullpost' );
Ben
Thread Starter
jmuniz
(@jmuniz)
Hello Ben,
thank you very much
Excuse me for answering you too late. I was on vacation.
I put the file blog-home.php in the folder of the child theme by removing lines 42-115 and replaced by: <? Php get_template_part (‘templates / content’, ‘fullpost’); ?>, but it did not work. I do not have the full content of the article.
Best regards