• As wordpress php generates its dynamic output, it buffers somewhere on the server memory. And eventually some content is sent to the browser and that’s the code client sees in VIEW SOURCE on his browser.

    Can wp or php somehow get the full content of what will finally be sent to client ( I mean from <!DOCTYPE all the way down to </html>) so I can store it in an include file?

Viewing 1 replies (of 1 total)
  • Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    The closest I can come to are two options.

    1) Make the post in WP, view source, and save THAT elsewhere.
    2) Use a caching plugin to store it and point to that.

Viewing 1 replies (of 1 total)
  • The topic ‘Creating an include file exactly like HTML VIEW SOURCE’ is closed to new replies.