Installing WordPress in my own design
-
I am looking for people who share the same experience as I am when you incorporate wp in my 3-column layout. See my website: fireworkszone.com
I searched through forum threads but couldn’t find answers to my questions. I suggest to build a special FAQ for people with a design already created.
I removed the header, footer and sidebar and included this code in my index.php:
<?php
define(‘WP_USE_THEMES’, true);
require(‘./wp-blog-header.php’);
?>It works. Then, I tried to incorporate the calendar code inside the left column :
<?php _e(‘Calendar’); ?>
<?php get_calendar(); ?>But it doesn’t work. Furthermore how will I be able to call on all the sidebar’s items: search, archives, RSS Feeds, categories, etc.
Do I have to include the sidebar.php in my left column? But If I want the search form on the right column and the RSS Feeds on the left?
thanks
The topic ‘Installing WordPress in my own design’ is closed to new replies.