• I am attempting to update my header.php (WP 2.7.1) using the editor in the admin panel of the dashboard; but when I make the revision my theme completely goes away and my blog is all thrown to the left side of the page. Would anyone have any suggestions which could help me out? Included is the header, below that is the update I am attempting to incorporate.
    My Quadruple theme header:
    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt;
    <html xmlns=”https://www.w3.org/1999/xhtml”&gt;
    <head profile=”https://gmpg.org/xfn/11″&gt;

    <title><?php bloginfo(‘name’); ?><?php wp_title(); ?></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 –>

    <link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
    <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’); ?>” />
    I am attempting to add these revisions:
    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt;
    <html xmlns=”https://www.w3.org/1999/xhtml”&gt;
    <head profile=”https://gmpg.org/xfn/11″&gt;

    <title>America For Purchase</title>
    <meta name=”description” content=”Political and progressive commentaries on current issues of the day, is America Really for Purchase?” /> <!– Ike’s add–>
    <meta name=”keywords” content=”politics, government, congress, pork barrel spending, national debt, iraq war, military veterans, democrats, barack obama, taxes, terrorism, irs, wall street, us constitution, us military, oil, gays, religious right, right wing, republicans, progressives, political news, corruption, patriotism, america, common sense, gop” /> <!– Ike’s add–>
    <meta name=”copyright” content=”Copyright (c)2009 I Waller. All Rights Reserved.” /> <!– Ike’s add–>

    <meta http-equiv=”Content-Type” content=”text/html; charset=UTF-8″ />
    <meta name=”generator” content=”WordPress 2.7.1″ /> <!– leave this for stats please –>

    <link rel=”stylesheet” href=”https://www.americaforpurchase.com/wp-content/themes/quadruple-blue/style.css&#8221; type=”text/css” media=”screen” />
    <link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0″ href=”https://www.americaforpurchase.com/feed/&#8221; />
    <link rel=”alternate” type=”text/xml” title=”RSS .92″ href=”https://www.americaforpurchase.com/feed/rss/&#8221; />
    <link rel=”alternate” type=”application/atom+xml” title=”Atom 0.3″ href=”https://www.americaforpurchase.com/feed/atom/&#8221; />
    <link rel=”pingback” href=”https://www.americaforpurchase.com/xmlrpc.php&#8221; />

Viewing 1 replies (of 1 total)
  • Thread Starter iwaller

    (@iwaller)

    I attempted to add meta tags going into Cpanel, file manager, public html and accessing the quadruple theme; then editing the php.header. When I added the above meta tags, my theme is completely removed and my all my blog data is thrown to the left side of the screen.
    Is there anyone who might have any suggestions on how to insert meta tags into CPanel? Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Updating header php does not work’ is closed to new replies.