Title: Theme Creation &#8211; Problem
Last modified: August 30, 2016

---

# Theme Creation – Problem

 *  Resolved [Georgeba](https://wordpress.org/support/users/georgeba/)
 * (@georgeba)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/theme-creation-problem/)
 * Hello!
    I’ve used an HTML Template and redesigned most of it, and now I’m converting
   it to a W-Press theme. Unfortunately, the styling of it is messed up and a couple
   other things probably that I’m not aware of. Here is what it is suppose to look
   like… (Keep in mind that this has no sidebar nor footer/header… [Here is Image](http://postimg.org/image/pns1rzr87/)
   [Here is Theme](http://www.mediafire.com/download/tbvmju8gq056yda/Planet+Lunar+-+Theme.zip)
   Any help would be greatly appreciated! (First time)

Viewing 15 replies - 1 through 15 (of 28 total)

1 [2](https://wordpress.org/support/topic/theme-creation-problem/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/theme-creation-problem/page/2/?output_format=md)

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [10 years, 7 months ago](https://wordpress.org/support/topic/theme-creation-problem/#post-6658552)
 * Could you replace that link to the theme’s .zip file to a link to the theme’s
   demo?
 * So, what steps have you taken to convert it into WordPress?
 *  Thread Starter [Georgeba](https://wordpress.org/support/users/georgeba/)
 * (@georgeba)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/theme-creation-problem/#post-6658553)
 * [This is what it looks like when uploaded…](http://rankme.planetlunar.com)
 * I’ve read a couple tutorials, and since my theme had no footer, sidebar, or header
   I just placed the code from the index.html into the index.php.
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [10 years, 7 months ago](https://wordpress.org/support/topic/theme-creation-problem/#post-6658555)
 * Which index.php file is this, can you tell us the directory path to it?
 *  Thread Starter [Georgeba](https://wordpress.org/support/users/georgeba/)
 * (@georgeba)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/theme-creation-problem/#post-6658556)
 * [Here… I just uploaded the index.php to github](http://pastebin.com/duAMzTLh)
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [10 years, 7 months ago](https://wordpress.org/support/topic/theme-creation-problem/#post-6658557)
 * Is this like in your “/wp-content/themes/yourtheme” folder or is it at the very
   root (“/”) folder?
 *  Thread Starter [Georgeba](https://wordpress.org/support/users/georgeba/)
 * (@georgeba)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/theme-creation-problem/#post-6658558)
 * Oh Sorry…
 * public_html/rankme/wp-content/themes/Planet Lunar – Theme
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [10 years, 7 months ago](https://wordpress.org/support/topic/theme-creation-problem/#post-6658561)
 * Okay cool 🙂
 * So, this is a theme you’re creating from scratch and not rewriting a theme that
   has already been built?
 *  Thread Starter [Georgeba](https://wordpress.org/support/users/georgeba/)
 * (@georgeba)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/theme-creation-problem/#post-6658562)
 * [I downloaded this HTML Theme..](http://blacktie.co/demo/flatty/)
 * As you can see, I changed some of it and now I wanted to convert it to a W-Press
   Theme
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [10 years, 7 months ago](https://wordpress.org/support/topic/theme-creation-problem/#post-6658564)
 * Right. And when you said you placed code into index.php, you created this file?
   Or was it there to begin with?
 *  Thread Starter [Georgeba](https://wordpress.org/support/users/georgeba/)
 * (@georgeba)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/theme-creation-problem/#post-6658567)
 * I placed the code into the index.php. The original downloaded file didn’t come
   with index.php
 *  Thread Starter [Georgeba](https://wordpress.org/support/users/georgeba/)
 * (@georgeba)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/theme-creation-problem/#post-6658569)
 * Oh Yes, I created that file (index.php)
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [10 years, 7 months ago](https://wordpress.org/support/topic/theme-creation-problem/#post-6658571)
 * Great thanks for clarifying that.
 * So at the moment your page is broken because the browser cannot find the following
   files:
    - style.css
    - ipad-hand.png
    - bootstrap.css
    - bootstrap.min.js
 * More detail below:
 *     ```
       GET http://rankme.planetlunar.com/style.css
       (index):112 GET http://rankme.planetlunar.com/assets/img/ipad-hand.png 404 (Not Found)
       (index):62 GET http://rankme.planetlunar.com/assets/css/bootstrap.css
       (index):125 GET http://rankme.planetlunar.com/assets/js/bootstrap.min.js
       ```
   
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [10 years, 7 months ago](https://wordpress.org/support/topic/theme-creation-problem/#post-6658572)
 * What you need to do is edit the index.php file and changes the paths to those
   files so that they match their new position. Their new position is in the “/wp-
   content/themes/Planet Lunar – Theme” folder (you might want to get rid of the
   spaces in the folder name to avoid potential problems).
 *  Thread Starter [Georgeba](https://wordpress.org/support/users/georgeba/)
 * (@georgeba)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/theme-creation-problem/#post-6658573)
 * If you download the ZIP of the theme I sent, you can view the layout of it. I
   can’t seem to understand why it doesn’t work.
 *  Thread Starter [Georgeba](https://wordpress.org/support/users/georgeba/)
 * (@georgeba)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/theme-creation-problem/#post-6658574)
 * Oh Alright. Let me try that

Viewing 15 replies - 1 through 15 (of 28 total)

1 [2](https://wordpress.org/support/topic/theme-creation-problem/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/theme-creation-problem/page/2/?output_format=md)

The topic ‘Theme Creation – Problem’ is closed to new replies.

## Tags

 * [glitch](https://wordpress.org/support/topic-tag/glitch/)
 * [html](https://wordpress.org/support/topic-tag/html/)
 * [problem](https://wordpress.org/support/topic-tag/problem/)
 * [style](https://wordpress.org/support/topic-tag/style/)
 * [template](https://wordpress.org/support/topic-tag/template/)

 * 28 replies
 * 2 participants
 * Last reply from: [Georgeba](https://wordpress.org/support/users/georgeba/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/theme-creation-problem/page/2/#post-6658594)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
