WordPress – with no theme?
-
Can I run wp with no theme?
I have an html shell with plenty of room – I just want to plug in the posts and comments, and even bring up the single inside the html page.
There is no footer, and the “header” is simple enough that it does not need to be generated.
Can I do this by carefully inserting template tags?
Should I modify index.php so the first line is:
define(‘WP_USE_THEMES’, false);
Other suggestions?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘WordPress – with no theme?’ is closed to new replies.