Still can’t Change my Blog title and description
-
Greetings,
I have read and tried almost all the suggestions within the forum for changing the blog title and description. I bought a theme from theme forest which uses a blog title in a logo.png (graphic) format. I tried to change the <div id=”wrapper”> or delete it, when i do this, it distorts the blog structure and layout completely. If possible, I would really just like to have the blog title and description reflect what i write in the setting>General>blog title or tagline in the dashboard.
my url is https://financingthegap.com, and the header.php reads as
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”https://www.w3.org/1999/xhtml” <?php language_attributes(); ?>><head profile=”https://gmpg.org/xfn/11″>
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” /><title><?php wp_title(‘«’, true, ‘right’); ?> <?php bloginfo(‘name’); ?></title>
<link rel=”stylesheet” href=”<?php bloginfo(‘template_url’); ?>/style.css” type=”text/css” media=”screen” />
<link rel=”stylesheet” href=”<?php bloginfo(‘template_url’); ?>/jquery.lightbox-0.5.css” media=”screen” />
<link rel=”stylesheet” href=”<?php bloginfo(‘template_directory’); ?>/superfish.css” media=”screen” />
<!–[if gte IE 7]>
<link rel=”stylesheet” media=”screen” type=”text/css” href=”<?php bloginfo(‘template_directory’); ?>/ie7.css” />
<![endif]–>
<script language=”JavaScript” type=”text/javascript” src=”<?php bloginfo(‘template_url’); ?>/js/jquery-1.3.2.min.js”></script>
<script language=”JavaScript” type=”text/javascript” src=”<?php bloginfo(‘template_url’); ?>/js/stepcarousel.js”></script>
<script language=”JavaScript” type=”text/javascript” src=”<?php bloginfo(‘template_url’); ?>/js/jquery.form.js”></script>
<script language=”JavaScript” type=”text/javascript” src=”<?php bloginfo(‘template_url’); ?>/js/supersleight-min.js”></script>
<script language=”JavaScript” type=”text/javascript” src=”<?php bloginfo(‘template_url’); ?>/js/jquery.lightbox-0.5.min.js”>
</script>
<script type=”text/javascript” src=”<?php bloginfo(‘template_directory’); ?>/js/hoverintent.js”></script>
<script type=”text/javascript” src=”<?php bloginfo(‘template_directory’); ?>/js/superfish.js”></script>
<!– lightbox itialize script –>
<script type=”text/javascript”>
$(function() {
$(‘a.lightbox’).lightBox();
});
</script>
<!– ajax contact form –>
<script type=”text/javascript”>
$(document).ready(function(){
$(‘#contact’).ajaxForm(function(data) {
if (data==1){
$(‘#success’).fadeIn(“slow”);
$(‘#bademail’).fadeOut(“slow”);
$(‘#badserver’).fadeOut(“slow”);
$(‘#contact’).resetForm();
}
else if (data==2){
$(‘#badserver’).fadeIn(“slow”);
}
else if (data==3)
{
$(‘#bademail’).fadeIn(“slow”);
}
});
});
</script>
<script type=”text/javascript”>
$(document).ready(function(){
$(“ul.sf-menu”).superfish({
autoArrows: false,
delay: 200, // one second delay on mouseout
animation: {opacity:’show’,height:’show’}, // fade-in and slide-down animation
speed: ‘fast’, // faster animation speed
autoArrows: false, // disable generation of arrow mark-up
dropShadows: false // disable drop shadows
});
});
</script><link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0″ href=”<?php bloginfo(‘rss2_url’); ?>” />
<link rel=”alternate” type=”text/xml” title=”RSS .92″ href=”<?php bloginfo(‘rss_url’); ?>” />
<link rel=”alternate” type=”application/atom+xml” title=”Atom 1.0″ href=”<?php bloginfo(‘atom_url’); ?>” /><link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
<?php wp_get_archives(‘type=monthly&format=link’); ?>
<?php //comments_popup_script(); // off by default ?>
<?php wp_head(); ?></head>
<body>
<!– begin wrapper –>
<div id=”wrapper”>
<!– begin header –>
<div id=”header”>
<div id=”logo”><h1>/”>Simplified | Simple is elegant</h1></div>
<!– begin top menu –>
<div id=”topMenu”>
<ul class=”sf-menu”>
<?php wp_list_categories(‘hide_empty=0&exclude=1&title_li=’); ?></div>
<!– end top menu –>
<div class=”twitter”>” title=”Follow us on Twitter”>Follow us on Twitter</div>
<div class=”rss”>” title=”Our RSS Feed”>Our RSS Feed</div>
</div>
<!– end header –><!– begin content –>
<div id=”content” class=”clearfix”>
- The topic ‘Still can’t Change my Blog title and description’ is closed to new replies.