I am using WordPress. I need to edit the HTML code of the page. Not page.php.
When I go to http://example.com/wp-admin/post.php?post=448&action=edit, I see this:
And after some time shows this message:
“You are not able to…”
My role is administrator. If there are other ways to edit the HTML or to correct the error please let me know.
Answers:
Thank you for visiting the Q&A section on Magenaut. Please note that all the answers may not help you solve the issue immediately. So please treat them as advisements. If you found the post helpful (or not), leave a comment & I’ll get back to you as soon as possible.
Method 1
You are using the WP Element plugin to control your content, as such HTML editing is disabled because the HTML source is basically impossible to edit by hand, as it contains all the format, content, blocks ( json ) and other configuration options which are stored together in the post_content.
Perhaps you can create new pages and not assign them to be edited with Element, this would then allow you access to edit the HTML.
All methods was sourced from stackoverflow.com or stackexchange.com, is licensed under cc by-sa 2.5, cc by-sa 3.0 and cc by-sa 4.0
