Hi I am experiencing an error where the Page content isn't showing up when public, but shows up when logged-in as admin.
Funny is that when I switch the theme back to "Twenty Seventeen" the page works ok again..
Please take a look here on public (blank page):
http://blackencore.com/2014/06/clean-essential-design-in-web-and-architecture/
This page shows up ok when logged-in as admin
Kindly offer help, thanks!
@Zero That looks like a theme issue, which I assume is custom made. You should check that the page.php or single.php doesn't have the_content() inside an if for is_admin().
Hope it helps!