How do I edit pages that have theme content as well?
-
I’ve been doing error checks on my website pages and some of the line errors are on lines that are not in the coding that is viewable from my WordPress page editing, but when doing a “View Page Source” viewing, as it is viewing the coding for the theme as well I’m assuming, it show the line/coding.
Where do I go to edit THOSE page source codes? I’ve looked all through my theme option settings, as well as in my phpMyAdmin, which I’ve read in other forum posts that that is where they are, but when I find my pages under wp_posts and then “Browse”, I see my various revisions to that page, but when I go to edit them, the coding is the same as in my WordPress admin area, they don’t show the full coding shown on “View Page Source”
Example:
[ Moderator note: Code fixed, please wrap code in backticks or use the code button. ]
Error Line 43: This "link" tag appears to be an exact duplicate of the "link" tag in line 7. It has the same attributes and values. <link href="Resources/stylesheets/qtp_library.css" rel="StyleSheet" type="text/css" /></head>
When viewing page source on that page I see both those lines of coding, but when I go to edit that page in my WordPress admin area, they are not there.
as well as these lines that I need to edit:
<html xmlns="https://www.w3.org/1999/xhtml" lang="en-US"> <link rel="shortcut icon" href="rnc-favicon.ico" /> <link rel="shortcut icon" href="https://romancenovelconvention.com/wp-content/themes/atahualpa/images/favicon/rnc-favicon.ico" /> <link href="Resources/stylesheets/qtp_library.css" rel="StyleSheet" type="text/css" /></head>
Thanks!
- The topic ‘How do I edit pages that have theme content as well?’ is closed to new replies.