Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter debopp

    (@debopp)

    Thanks for taking the time to help me. I think this is a bit over my head, tried to do some of what you suggested but still have no luck removing the words Parchment Theme, I really like the font and placement, just wish I could put my title there.

    Thanks again for helping. I really appreciate your time spent.
    Debbie

    Thread Starter debopp

    (@debopp)

    This is the header info, my site is patchworkincome.com, I tried to insert but had issues so guessed I had not placed it correctly. I would like to learn how to do more with this, just haven’t found a resource yet.
    Thanks again
    Debbie

    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt;
    <html xmlns=”http://www.w3.org/1999/xhtml&#8221; dir=”ltr” lang=”en-US”>

    <!– BEGIN html head –>
    <head profile=”http://gmpg.org/xfn/11″&gt;
    <meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
    <title><?php bloginfo(‘name’); ?> <?php wp_title(); ?></title>
    <link rel=”stylesheet” type=”text/css” href=”<?php bloginfo(‘stylesheet_url’); ?>” />
    <!–[if lte IE 6]><link rel=”stylesheet” type=”text/css” href=”<?php bloginfo(‘template_url’); ?>/ie.css” /><![endif]–>
    <script type=”text/javascript” src=”<?php bloginfo(‘template_url’); ?>/scripts.js”></script>
    <?php if (function_exists(‘wp_enqueue_script’) && function_exists(‘is_singular’)) : ?>
    <?php if ( is_singular() ) wp_enqueue_script( ‘comment-reply’ ); ?>
    <?php endif; ?>
    <?php wp_head(); ?>
    </head>
    <!– END html head –>

    <body>

    <!– BEGIN wrapper –>
    <div class=”wrapper”>

    <!– BEGIN header –>
    <div id=”header”>
    <h1>“><?php bloginfo(‘name’); ?></h1>

      <?php dp_list_pages(); ?>

    <div class=”submenu”>

      <?php dp_list_categories(); ?>

    </div>
    </div>
    <!– END header –>

    <!– BEGIN body –>
    <div id=”body”>

    Thread Starter debopp

    (@debopp)

    Thanks again for responding, however, I did that and it still doesn’t work. I had no trouble with some other themes, but this is one is confusing. The words Parchment Theme stay on page and my title doesn’t show up anywhere.

    Thread Starter debopp

    (@debopp)

    Thanks for responding. I do see that phrase several times, so do I replace every (‘name’) with my blog name. Sorry to be a pest, but I am very new at this.
    Debbie

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