-
Recent Posts
Recent Comments
- Behzodbek on Phonon-Xine is dead. Long live Phonon-GStreamer.
- Simon Lewis on A fresh new KMix
- T. Fischer on The Volume Slider Compromise
- Robert on The Volume Slider Compromise
- Maximilian Schander on The Volume Slider Compromise
Categories
- Freedom (3)
- Internet (2)
- Linux (92)
- Other (132)
- Planet Caminus (6)
- Opencraft (3)
- Programming (11)
- Uncategorized (6)
- wm161.net (4)
Daily Archives: April 9, 2008
My WPWrapper class
In my previous post, I mentioned that I had a really simple way of using my wordpress themes with regular PHP scripts. Now, according to the Codex, you are supposed to use this method:
include ‘wp-blog-header.php’;
get_header();
/* Do some code */
get_sidebar();
get_footer();
That …
