• Resolved hozho1

    (@hozho1)


    Although it is not happening on my computer, a friend of mine showed that my wordpress site (liberationfromthelie.com) is showing up with visible html.

    Here is a link where the problem is visible: https://goo.gl/3L002

    This problem occurred on both Windows and Macs.

    Any help out there?

    Thank you,
    Eric

Viewing 3 replies - 16 through 18 (of 18 total)
  • The second one has the // which essentially just tells PHP to ignore that line from being read/processed.

    /** Enable W3 Total Cache **/
    define('WP_CACHE', true); // Added by W3 Total Cache

    change that to

    /** Enable W3 Total Cache **/
    // define('WP_CACHE', true); // Added by W3 Total Cache
    Thread Starter hozho1

    (@hozho1)

    Hooray – it worked.

    You guys are the greatest!!!!!

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘HTML code showing up on my wordpress site’ is closed to new replies.