• Hi Counsel team,

    Is there any way to remove the posts in font page?
    I want to do keep the slidewhow pictures in front page and only remove the posts section.

    Regards.
    Yani

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter iyani

    (@iyani)

    I commented the following line in front-page.php and works done.

    // Here starts the loop
    while( have_posts() ): the_post();
    /*COMMENTED get_template_part( ‘loop’, ‘home’ );*/
    endwhile;

    I hope this would help you. Regards

    Where are the options to choose the two different themes you offer, according to the documentation that comes from your website.

    How do you get the slideshow to actually work? You seem to refer to all kinds of things that aren’t in available in the theme options.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove only posts section in front page’ is closed to new replies.