• Hello – please help!
    I am very new to wordpress and have installed the theme “unsleepable” to my site at https://www.carolinegracedunn.com but I can’t change the blog title to display anything other than “unsleepable”. It does not display my blog title which is in my settings nor does it display my description. I have tried changing a few things based on other forum posts but nothing seems to work – it always comes back with an error message saying “The requested theme does not exist”. The header.php code is currently:

    <!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">
    
    <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' ); echo wp_specialchars( get_bloginfo('name'), 1 ) ?></title>
    
    	<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
    
    	<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
    
    	<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    
    	<?php if ( is_singular() ) { wp_enqueue_script( 'comment-reply' ); } ?>
    
    	<?php wp_head(); ?>
    
    </head>
    
    <body>
    
    <div id="wrapper">
    
    	<div id="header">
    
    		<h1><a>"><?php bloginfo('name'); ?></a></h1>
    
    		<ul id="menu">
    
    			<?php wp_list_pages('sort_column=menu_order&depth=1&title_li='); ?>
    
    	</div>

    Can anyone please help? I need very clear instructions please as I am very new to this.
    Thanks.

Viewing 1 replies (of 1 total)
  • got it sorted?

    this is what the blog title and description shows:

    caroline grace dunn
    personal development basics ~ 101 ways to enrich your life read more ?

    changes to the files sometimes don’t get visible without refreshing your browser cache; by pressing ‘reload’ , or by pressing CTRL and F5 at the same time.

Viewing 1 replies (of 1 total)
  • The topic ‘Blog title and description don’t show up with unsleepable theme’ is closed to new replies.