• Resolved daveconrey

    (@daveconrey)


    The template for my site (http://www.mode-mag.com) has this annoying way of putting the title above the header image. I have created a header that has this information on it already and want to get rid of the title above. I’ve deleted the Title and Description information from the OPTIONS menu and I entered a TITLE tag in the header file and that seems to work for the site itself, but now when I test my feed subscription, my site displays in the reader as “untitled”. Here is the head file as I’ve got it write now. If anyone can impart some wisdom on how to fix this problem, I’m all ears.

    Please, I’m a long way from being a coder, so any detail description is appreciated.

    <head>
    <title>MODE – A Vehicle For Change</title>
    <meta http-equiv=”content-type” content=”text/html; charset=<?php bloginfo(‘charset’); ?>” />
    <meta name=”Dedicated to growth in careers and/or business, personal stories from Dave Conrey and others.” content=”<?php bloginfo(‘name’); ?> – <?php bloginfo(‘description’); ?>” />
    <meta name=”career, growth, profession, jobs, business, marketing, pr, public relations, design, graphic design, ” content=”” />
    <link rel=”stylesheet” type=”text/css” href=”<?php bloginfo(‘stylesheet_url’); ?>” />
    <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’); ?>” />
    /*<title><?php bloginfo(‘name’); wp_title(); ?></title>*/
    <?php wp_head(); ?>
    </head>

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Editing Title for site and RSS feed’ is closed to new replies.