• I know very little about fixing up html and all but I’m wondering if it there is a way to directly edit the source code? If there is it isn’t as obvious as just doing viewing and doing it.
    I can see the error that I want to change in the source but can’t find it in the templates. Any suggestions would be appreciated.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Can you give us a link to your page where the error occurs? Maybe the code is php generated?

    Thread Starter thefastcook

    (@thefastcook)

    Thanks OnSeduction – the link is https://www.sacredgatehealing.com

    Try adding a link?

    (Looks like it assumes an existing link list, without one I suspect your left with an empty <ul></ul>)

    My guess: you have a template tag in your template that deals with the links, but you have no link in your links list. So it generates an empty list. But you need to have a list item in it to validate.
    Are one of these in your template?:
    * get_links_list
    * wp_get_links
    * get_links
    * wp_get_linksbyname
    * get_linksbyname

    edit: actually what yosemite already told

    Thread Starter thefastcook

    (@thefastcook)

    Thank you Yosemite that took care of that problem. For the record though if I or someone else wanted to delete the

      and

    is there a way that we could do it directly from the source code?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘1 validation error – directly edit source?’ is closed to new replies.