• HI all,

    So I downloaded the wordpress theme called Constructor 0.4.1 by Anton Shevchuk

    I wanted to add my own logo and ended up deleting some code in the editor page. 🙁

    I have no experience in html or css or anythng computer code-y. ( I’m dumb.. I know)

    Anyways, this is the header code. Can anyone please tell me what to put back or take out? or where to insert my picture???

    Really hoping for some light… Thanks in advance

    <?php
    /**
    * @package WordPress
    * @subpackage Constructor
    */
    ?>
    <!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; <?php language_attributes(); ?>>
    <head profile=”http://gmpg.org/xfn/11″&gt;
    <meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
    <title><?php wp_title(”); ?></title>
    <link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
    <link rel=”alternate” type=”application/rss+xml” title=”<?php bloginfo(‘name’); ?> RSS Feed” href=”<?php bloginfo(‘rss2_url’); ?>” />
    <link rel=”alternate” type=”application/atom+xml” title=”<?php bloginfo(‘name’); ?> Atom Feed” href=”<?php bloginfo(‘atom_url’); ?>” />
    <link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
    <?php wp_get_archives(‘type=monthly&format=link’); ?>
    <?php wp_head(); ?>
    </head>
    <body>
    <div id=”wrap”>
    <div id=”body”>
    <div id=”Art @ Zazuta”>
    <?php get_constructor_menu() ?>
    <div class=”Art @ Zazuta”>

    </div>
    </div>

Viewing 1 replies (of 1 total)
  • why are you trying to re-edit a file that you have admittedly already messed up? Delete the bad file off the server. Reupload an unedited one.

    Then provide a link to the site, so that we can see the site, and provide a link to where you got the theme, so we can download it at the files.

    Then explain what you want to do.

Viewing 1 replies (of 1 total)

The topic ‘Umm.. messed up css code’ is closed to new replies.