MITLibraries / MITLibraries-child

A Wordpress child theme that descends from MITLibraries-parent
GNU General Public License v3.0
1 stars 1 forks source link

Posts feed and content page, pagination #132

Closed hllavina closed 7 years ago

matt-bernhardt commented 7 years ago

Most of these can be ignored, but a few seem like easy fixes? Specifically in single.php

I'm curious about the overriding-globals message, but in part this may be because I'm not sure what the intent of the block is. It looks like we're stashing the original post object from $post to $orig_post around line 64, and then restoring it in line 103 - but I don't see anything in the intervening lines that would make this swapping necessary?