Home > Writings > Wordpress >> Installing BellaBuzz
Wondering how to install BellaBuzz into your Wordpress-powered site? The tutorial below will help you to do it easily.
require('prefs.php')?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>BellaBuzz</title>
<style type="text/css"> * { font: 11px/15px Verdana, Sans-Serif; }
.question { font-weight: bold; font-size: 12px; }
.answer { font-style: italic; }
.dates { display: block; text-align: right; font-size: 10px; }
</style>
</head><body>
Replace those lines with these:
require('prefs.php');
include('/your/absolute/path/wp-blog-header.php');
get_header(); ?>
Replace /your/absolute/path/ with your real absolute path. Keep wp-blog-header.php as it is. Do not change it.
</body>
</html>
Replace them with:
<?php get_footer(); ?>
<?php get_sidebar(); ?>
?>
Your question was successfully added thank you! <a href="questions.php">Return to questions?</a>
Replace that with:
include('/your/absolute/path/wp-blog-header.php');
get_header(); ?>Your question was successfully added thank you! <a href="questions.php">Return to questions?</a>
<?php get_footer(); ?>