Sometimes refreshing my pages yields lack of content
-
Hi!
In short: I’m developing my first site on WordPress, fully from scratch.
Occasionally, when refreshing any page on the site, the page will be either missing many sections (which are in the Page Template) and/or <?php wp_footer() ?> doesn’t load ANYTHING (no plugin scripts, none of the custom scripts I’ve enqueued to wp_footer). This appears to be entirely random (I can’t replicate it with certainty).
My header & footer.php files look something like:
<!DOCTYPE html> <html> <head> <?php wp_head(); ?> </head> <body>
<footer> ... </footer> <?php wp_footer(); ?> </body> </html>
Anyone have any inclination on why this would occur?
To know when the site “broke” –> if you see something similar to the following screenshot: https://i.imgur.com/RVBdTbX.png
- This topic was modified 6 years, 12 months ago by . Reason: Adding a screenshot of how to tell that the issue occurred on page load
The page I need help with: [log in to see the link]
- The topic ‘Sometimes refreshing my pages yields lack of content’ is closed to new replies.