Support

Account

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

  • Your problem starts all the way back in your main template

    
    @include('partials.content-projekt')
    

    the file loaded here will not have global variables it needs, like $post (the current post) or $wp_query (the main query) along with a host of others.