Hi,
I have only 1 opening tag in header and 1 closing tag in footer. Things that I have tested are,
1. My theme is consistent throughout site.
2. Theme is consistent while viewing single job post.
3. Theme is consistent while viewing archived job posts in list view settings.
4. It shows problem while viewing archived job posts in grid view and I have also traced back to the missing closing div as i have replied previously.
5. I am not overriding any template so far in my theme.
Now coming to other themes,
Twenty Fifteen
1. While viewing archived posts, footer is contained in div with id content
.
2. While viewing single job post footer is outside of div with id content
.
3. Following is the result of missing div tag I reached after eliminating each pair of opening and closing div tags.
<!-- start Jobs Listing: List View -->
<div class="grid-view">
<div class="row">
</div> <!-- end Jobs Listing: List View -->
Twenty Sixteen
1. While viewing archived job posts, footer is contained in div with class site-inner
.
2. While viewing single job post, footer is contained in div with class site-inner
as well.
3. After eliminating you can see there is still missing closing tag,
<!-- start Jobs Listing: List View -->
<div class="grid-view">
<div class="row">
</div> <!-- end Jobs Listing: List View -->
Twenty Seventeen
1. While viewing archived job posts, footer is contained by div with id of content
.
2. While viewing archived job posts, footer is contained by div with class of site-content-contain
.
3. Again missing closing tag,
<!-- start Jobs Listing: List View -->
<div class="grid-view">
<div class="row">
</div> <!-- end Jobs Listing: List View -->
If that’s not enough, Just let me know at what part you add this div with class row
so I can just edit it myself