Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Page titles not changing


leeppp222
Member

@leeppp222

Thanks Chris, below is a copy of text I altered in ‘Header.php’:

<head>

<meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″ />

<title><?php bb_title(); ?></title>

<?php bb_feed_head(); ?>

<link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” />

<link rel=”stylesheet” href=”<?php bb_stylesheet_uri(); ?>” type=”text/css” />

<?php if ( ‘rtl’ == bb_get_option( ‘text_direction’ ) ) : ?>

<link rel=”stylesheet” href=”<?php bb_stylesheet_uri( ‘rtl’ ); ?>” type=”text/css” />

<?php endif; ?>

Is there something I have done wrong here that could be causing the problem?

In addition, my config.php file has this entered as the top line:

<?php require_once(‘/home/fhlinux208/t/mysite/user/htdocs/blog/wp-blog-header.php’) ?>

Skip to toolbar