How do I replace a simple Loop with a Theme?
-
I am trying to add a WordPress-powered page “Observations” to an existing site, https://www.tinyblue.com.
In particular, the page https://www.tinyblue.com/htm/observations.php accesses my WordPress database sucessfully using an ultra-simple loop (similar to https://codex.www.ads-software.com/Integrating_WordPress_with_Your_Website#Examples).
I want to replace that loop with a simple theme (which I have created by slightly modifying kubrick). The theme works at https://www.tinyblue.com/wordpress/index.php
I thought perhaps that I could simply change “false” to “true” in the line within observations.php:
‘define(‘WP_USE_THEMES’, false);
but that doesn’t work.
What do I need to do so that my theme, installed at
https://www.tinyblue.com/wordpress/wp-content/themes/default/ will be expressed in my page observations.php?Thank you for any leads you may have.
- The topic ‘How do I replace a simple Loop with a Theme?’ is closed to new replies.