• Hi there! I just was editing my wordpress a tiny bit and accidentally deleted a too big part of my <head> tags. now if anybody would be so nice to go to his /wp-admin/, login, go to templates, index.php, and copy the <head> part, and paste it here for me, id love you forever <333.

Viewing 11 replies - 1 through 11 (of 11 total)
  • Moderator James Huff

    (@macmanx)

    Volunteer Moderator

    Matt, just download WP again and grab it from that index.php. Most of us have all ready customized ours quite a bit.

    Thread Starter matthout

    (@matthout)

    umm macmanx, i just need the things that you HAVE TO have there, cuz if you dont ahve them ur wordpress doesnt work. those tags are all i need 😉 🙁

    it wouldbe quicker to just download and copy and paste….

    Thread Starter matthout

    (@matthout)

    not for me jinsan. i have VERY slow internet atm 😉

    Moderator James Huff

    (@macmanx)

    Volunteer Moderator

    And the WordPress download is a very small file. Plus, it’s good to keep it around for emergencies.

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">

    <head profile="http://gmpg.org/xfn/1"&gt;
    <title><?php bloginfo('name'); ?><?php wp_title(); ?></title>

    <meta http-equiv="Content-Type" content="text/html; charset=<?php bloginfo('charset'); ?>" />
    <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->

    <style type="text/css" media="screen">
    @import url( <?php echo get_settings('siteurl'); ?>/wp-layout.css );
    </style>

    <link rel="stylesheet" type="text/css" media="print" href="<?php echo get_settings('siteurl'); ?>/print.css" />
    <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'); ?>
    <?php //comments_popup_script(); // off by default ?>
    <?php wp_head(); ?>
    </head>

    You will still love me in the morning though ? …… Now I’ve given in ?

    😉

    Thread Starter matthout

    (@matthout)

    podz, I LOVE YOU.

    awwwww…romance in the forums 🙂

    Thread Starter matthout

    (@matthout)

    ah. all kinds of errors. thanks for your help but im gonna re-install wordpress, something went REALLY wrong 😉

    Don’t re-install WordPress.. just overwrite your index.php with the one packaged with your version.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘<head> stuff’ is closed to new replies.