Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Can you explain the error you’re receiving?
pages not opening only showing the page’s source code.
check > http://royaltouchfablon.com/tarpaulin-sheets/
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Try deactivating all of your plugins to explore whether any could be responsible.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Does the error persist when switching to the Twenty Sixteen theme, still with all plugins deactivated?
Looks like the entire page (and others on the site too) is contained within this code:
<textarea cols="70" rows="30" name="newcontent" id="newcontent" aria-describedby="newcontent-description">
Which looks like code that belongs in wp-admin/theme-editor.php.
So how did that code end up in the published page? No idea.
Suggest you reinstall WordPress via Dashboard > Updates. But I don’t think that’s going to fix it.
Have you recently made edits to your theme via Dashboard > Appearance > Editor? If so, bad idea – don’t do it again, in future make changes via FTP.
My guess is that if you do as Andrew asked and switch to Twenty Sixteen, it will look ok, and that something glitched when you edited your current theme. In which case you may need to undo the changes to your theme.
But really am guessing…
yes working with other theme.
So look at your current theme’s code.
Somewhere (suggest you look first at header.php and index.php) you might see that textarea code that shouldn’t be there, and you can remove it.
BUT please do ensure you have backups, just in case.
Do you see it?