When importing a database any page with a wp_query in doesn’t work
Moving a site from local to live should not effect queries like that one, where there are not hard-coded values like post IDs or post slugs that might have changed with the migration (depending on how you migrate). What could conceivably be happening is that the page/page-template association gets broken. That information is stored in … Read more