• Hi
    I have the child theme and the latest version of Virtue free 3.3.4
    I would like to post on my home page articles with full content (because it’s a small content) by removing “to know more” and add a link to another site.
    I’m going on:
    – Home Page Layout – Page Content Options – Viewing Recent Articles – Full
    – theme options – page / article settings – full
    my site web : https://loustic.net

    But does not work. How can I do ?

    thank you in advance

    Best regards
    Jmuniz

    • This topic was modified 5 years, 6 months ago by jmuniz.
Viewing 4 replies - 1 through 4 (of 4 total)
  • 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:
    https://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

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Homepage – latest articles’ is closed to new replies.