• Dear all

    I run a content portal which is entirely handcrafted in static HTML for reason of optimization. I have WordPress installed as well on the same site for blog purpose.

    The tweak (and my requirement) is to integrate WP into the content site so as to provide that blog style feedback for every posted article. This is achieved by creating a new template rather than customizing existing one.

    I have put up a little tutorial as well to show how it is done. Hope you find it useful.

    https://www.referdeal.com/explains/wordpress.meet.html.1.htm

Viewing 2 replies - 1 through 2 (of 2 total)
  • Well, the title is a bit misleading since you have to have the .php extension where you want to include the comments:
    https://www.referdeal.com/explains/wordpress.meet.html.5.php

    Thread Starter dito199

    (@dito199)

    The main idea here is to show how one can create a new template instead of trying to customize the existing page. There are 2 ways to integrate them both,
    1. Insert a small code snippet and rename HTML to PHP
    2. Configure web server to process HTML as an active script
    The article focuses on #1 as not many will have absolute control over the web server configuration.

    Nonetheless, I suppose “How to create new template” could have been a more appropriate title. Thx for the feedback.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WordPress meet HTML’ is closed to new replies.