Support

Account

Home Forums General Issues Help needed with displaying images on the front-end. Reply To: Help needed with displaying images on the front-end.

  • You should be making your changes in the file template-parts/content-page.php inside of the have_posts() loop in that template.

    
    get_template_part( 'template-parts/content', 'page' );