Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter letricoteuse

    (@letricoteuse)

    Thank you so much! That fixed it! ??

    Thread Starter letricoteuse

    (@letricoteuse)

    AH! Thank you so much!!!!

    Thread Starter letricoteuse

    (@letricoteuse)

    I have the #header codes filled in with the correct address but the header area just shows up blank (see: https://www.letricoteuse.net/)

    Thread Starter letricoteuse

    (@letricoteuse)

    But my codes are written like this:

    <!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/1">
    	<title>
    		<?php if (is_404())
    			_e('Error 404 - Not Found &raquo; ');
    		elseif (is_search())
    		{
    			_e('Search Results for ');
    			echo '“'.$s.'” &raquo; ';
    		}
    		else
    			wp_title(' ');
    
    		if(wp_title(' ', false)) echo ' &raquo; ';
    		bloginfo('name'); ?>
    	</title>
    
    	<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    	<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats please -->
    	<meta name="author" content="Ajay D'Souza" />
    	<style type="text/css" media="screen">
    		@import url( <?php bloginfo('stylesheet_url'); ?> );
    	</style>
    	<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 0.3" href="<?php bloginfo('atom_url'); ?>" />
    
    	<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    	<?php wp_get_archives('type=monthly&format=link'); ?>
    	<link rel="shortcut icon" href="<?php bloginfo('url'); ?>/favicon.ico" />
    	<?php wp_head(); ?>
    </head>
    
    <body>
    <div id="rap">
    <div id="header">
    	<ul id="topnav">
    		<li><a href="<?php bloginfo('url'); ?>" id="navHome" title="Posted Recently" accesskey="h">Home</a> |
    		<li><a href="/?page_id=6/" id="navAbout" title="About the Author" accesskey="a">About</a> |
    				<li><a href="/?page_id=5/" id="navLinks" title="Recommended Links" accesskey="l">Links</a>
    
    	</ul>
    	<h1><a href="<?php bloginfo('url'); ?>" title="<?php bloginfo('name'); ?>"><?php bloginfo('name'); ?></a></h1>
    	<div id="desc"><?php bloginfo('description');?></div>
    </div>
    Thread Starter letricoteuse

    (@letricoteuse)

    I have used that code, but it doesn’t work. This is what my header codes look like (click on it)

    https://img.photobucket.com/albums/v22/moontheloon/codes.png

Viewing 5 replies - 1 through 5 (of 5 total)