Support

Account

Home Forums General Issues Loop through post content from another post Reply To: Loop through post content from another post

  • Your issue is that you are using include() to include template parts instead of get_template_part(). When you use include() none of the needed global variables are defined when the included file is run.