• hi there! Is there anyone could help me convert my html template to different wordpress themes like header.php, index.php, sidebar.php,…etc.Thank you very much!

    My HTML is here:

    `<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN”
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”&gt;
    <html xmlns=”http://www.w3.org/1999/xhtml&#8221; xml:lang=”en” >
    <head>
    <meta http-equiv=”content-type” content=”text/html; charset=utf-8″ />
    <meta name=”author” content=”Rain Cao” />
    <meta name=”keywords” content=”rain, graphic design, visual” />
    <title>rain</title>

    <link href=”css/style.css” rel=”stylesheet” type=”text/css” />
    </head>

    <body>

    <div id=”container”>
    <div id=”header”>
    <div id=”logo”>
    <img src=”images/top_logo.jpg” border=”0″/>
    </div>
    <div id=”info”>
    <div id=”topmenu”>
    <div class=”item”>
    home
    </div>
    <div class=”item”>
    about
    </div>
    <div class=”item”>
    portfolio
    </div>
    <div class=”item”>
    diaries
    </div>
    </div>
    <div id=”contactinfo”>
    <div id=”txt”>
    Send me email:
    <span class=”link”>rain@yahoo.com</span>
    </div>
    </div>
    </div>
    </div>

    <div id=”content”>
    <div id=”linkList”>
    <div id=”nav”>
    <div id=”search”>
    <h4>Search</h4>
    <input class=”searchbox” name=”email” value=”” type=”text” tabindex=”2″ />
    <input class=”searchbutton” type=”submit” value=”Search” tabindex=”5″ />
    </div>
    <div id=”categories”>
    <h4>Categories</h4>

    </div>
    <div id=”articles”>
    <h4>Recent Articles</h4>

    </div>
    <div id=”links”>
    <h4>Links more</h4>

    </div>
    <div id=”sponsors”>
    <h4>Sponsors</h4>

    </div>

    </div>
    </div>

    <div id=”contenttxt”>
    <div class=”articleform”>
    <div class=”bigform”>
    <div class=”smallform”>
    <h5 class=”articletitle”>Title 01</h5>
    <p><span class=”smalltitle”>Written on December 21, 2009 | Filed under: <span class=”hightlight_2″>inspiration</span> | <span class=”hightlight_2″>add a comment »</span></span></p>

    <p>
    content
    </p>

    <p>
    content […]
    </p>

    </div>

    <div id=”readmore”>
    READ MORE »       TOP
    </div>
    </div>

    <div class=”formbg”>
    </div>
    </div>
    </div>
    <div id=”contentbg”>
    <div id=”pagenumber”>
    « Previous Page        Next Page »
    </div>
    </div>
    </div>

    <div id=”footer”>
    <div id=”copyright”>
    (c) copyright
    </div>
    <div id=”menu”>
    site map | powered by word press
    </div>
    </div>
    </div>

    </body>
    </html>

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘how to convert html to wordpress themes?’ is closed to new replies.