Integrating WordPress Hooks into Custom HTML Page
-
Hi all,
I have an HTML (or PHP) page that has been set up with placeholder information, it’s own .js and .css files, etc. I don’t want to bother around with creating a custom theme that looks like this page I’ve already developed. Is there a way to simply integrate some WordPress PHP hooks into my pre-existing Bootstrap page, for example looping through each blog post and echoing them out in a particular structure?
Thanks!
EDIT: Here’s an example:
<div class="col-md-7 post_block"> <h2>Mauris placerat neque vitae sapien euismod, ut venenatis.</h2><br> <p><span class="underline">Taulant Sulko</span> | 22 October 2015</p> <p>finibus facilisis dolor. Phasellus molestie sodales sollicitudin. Nunc in tincidunt magna. Praesent rutrum ornare dignissim. Praesent rutrum ornare dignissim. Praesent rutrum ornare dignissim. Nunc in tincidunt magna. Nunc in tincidunt magna. Praesent rutrum ornare dignissim. Praesent rutrum ornare dignissim. Praesent rutrum.</p> </div>
I want to be able to echo the title out to the appropriate field, the date out to the appropriate field, etc.
- The topic ‘Integrating WordPress Hooks into Custom HTML Page’ is closed to new replies.