Title: [Theme: Graphene]
Last modified: August 20, 2016

---

# [Theme: Graphene]

 *  [ianivy](https://wordpress.org/support/users/ianivy/)
 * (@ianivy)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/theme-graphene-1/)
 * Firebug is telling me that the code is html. . the exact file is evasive.
 * Does this theme use a php file to determine most aspects of the page or does 
   it just generate? I’m trying to edit the normal theme, [http://www.ianivy.com](http://www.ianivy.com),
   but index says that it puts together a home page when no home.php exists and 
   none does.
 * Must I create a home.php or is this all in the CSS?
 * Furthermore, what is the basic structure of the folders: admin, content, includes..?

Viewing 11 replies - 1 through 11 (of 11 total)

 *  [Jay Hart](https://wordpress.org/support/users/javonhart/)
 * (@javonhart)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/theme-graphene-1/#post-2501451)
 * All PHP file in a themes filesystem play an intricate role in the functionality
   and display of a webpage. I have a question for you. Who is your theme by?
 *  Thread Starter [ianivy](https://wordpress.org/support/users/ianivy/)
 * (@ianivy)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/theme-graphene-1/#post-2501511)
 * I’m asking if the current page is generated randomly because of the script, or
   if it is completely coded.
 * Firebug is reporting an index.php file that seems to be nonexistent. Blessings.
 *  [kjodle](https://wordpress.org/support/users/kjodle/)
 * (@kjodle)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/theme-graphene-1/#post-2501594)
 * > Firebug is telling me that the code is html. . the exact file is evasive.
 * WordPress (and every single WP theme) is based on PHP. PHP _generates _HTML. 
   Firebug will allow you to examine the HTML that the PHP generates, but you won’t
   be able to see the actual PHP files that way.
 * You might want to read this post in the Graphene support forum: [http://forum.khairul-syahir.com/graphene-support/original-php-files-for-theme](http://forum.khairul-syahir.com/graphene-support/original-php-files-for-theme).
 * > Does this theme use a php file to determine most aspects of the page or does
   > it just generate?
 * PHP + CSS + Javascript is what creates what you see on screen. It’s a combination
   of the three.
 * > I’m trying to edit the normal theme
 * Please don’t edit WP or theme core files. Instead, use Graphene’s built-in [custom CSS feature](http://wiki.khairul-syahir.com/graphene-theme/wiki/Custom_CSS),
   or use a [child theme](http://wiki.khairul-syahir.com/graphene-theme/wiki/Customisation_using_a_child_theme).
 *  Thread Starter [ianivy](https://wordpress.org/support/users/ianivy/)
 * (@ianivy)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/theme-graphene-1/#post-2501617)
 * ..right.
 * Is this theme hard-coded or is using loops to generate?
 * Obviously, if it says it generates a look when no home.php exists, then that 
   is the answer, but I’m looking for confirmation.
 * Furthermore, the file I can open and save as through inspecting is called index.
   php which doesn’t actually exist. Thus, I have asked the proper method to edit
   my page, which, if isn’t as easy as editing HTML and images. . I can just go 
   to something else.
 *  [kjodle](https://wordpress.org/support/users/kjodle/)
 * (@kjodle)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/theme-graphene-1/#post-2501636)
 * > Is this theme hard-coded or is using loops to generate?
 * I don’t know what you mean by this. WordPress and its themes are based on PHP,
   which generate HTML pages. CSS files provide styling information.
 * > Obviously, if it says it generates a look when no home.php exists
 * I am not sure what this “it” is that you are referring to.
 * > Furthermore, the file I can open and save as through inspecting is called index.
   > php which doesn’t actually exist.
 * Yes, it does exist. It is part of the Graphene theme. If you download a copy 
   of the theme to your hard drive as I suggested in the link I provided, you will
   find a file called `index.php` in the root directory of the theme.
 * > I have asked the proper method to edit my page, which, if isn’t as easy as 
   > editing HTML and images
 * You want to avoid editing core files at all costs. The best way (there is no “
   proper” way) is to use a child theme. Graphene actually provides a lot of options
   right out of the box; I have seen many interesting and diverse sites that never
   use a child theme or custom CSS.
 * However, I have also seen some very interesting sites that do make use of Graphene’s
   custom CSS feature, or use child themes. Creating a child theme is not at all
   difficult, provided you have FTP access.
 * You say that you are familiar with editing HTML. Which other coding languages
   are you familiar with? It will be easier to help you if we know something about
   your coding background.
 *  Thread Starter [ianivy](https://wordpress.org/support/users/ianivy/)
 * (@ianivy)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/theme-graphene-1/#post-2501684)
 * [http://i1104.photobucket.com/albums/h325/IanIvy/indexphp.png](http://i1104.photobucket.com/albums/h325/IanIvy/indexphp.png)
 *  [kjodle](https://wordpress.org/support/users/kjodle/)
 * (@kjodle)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/theme-graphene-1/#post-2501690)
 * I really have no idea what you are asking, then.
 * Let’s try a different question: what is it that you want to change about your
   blog?
 *  Thread Starter [ianivy](https://wordpress.org/support/users/ianivy/)
 * (@ianivy)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/theme-graphene-1/#post-2501692)
 * I’d like to start with the header text.
 *  [kjodle](https://wordpress.org/support/users/kjodle/)
 * (@kjodle)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/theme-graphene-1/#post-2501702)
 * Graphene actually has an option for that. Go to
 * Graphene Options >> Display Options >> Text Style Options
 * There is a section called “Header Text”. There are two parts to this:
 * “Title Text” options are for the site name that appears in the header.
    “Description
   Text” options are for the site description that appears in the header. You can
   easily change the font, the text size and line height, the weight, and the style
   from this area.
 * To change the color, go to Appearance >> Header and scroll down to “Text Color”.
   Click on the button that says “Select a Color” and a color wheel will pop up 
   that you can choose a color from. You can also enter the hex value in the box.
 * To change anything else that you can’t change here, go to
 * Graphene Options >> Display Options >> Custom CSS and enter this code:
 *     ```
       .header_title {style options here;}
       .header_desc {style options here;}
       ```
   
 * Play around with that and let us know how you are doing. For more specific help
   and/or tips and tricks, I recommend you visit the Graphene Support Forum here:
   [http://forum.khairul-syahir.com/](http://forum.khairul-syahir.com/)
 * There are many people of all skill levels there who are happy to help you out.
 *  Thread Starter [ianivy](https://wordpress.org/support/users/ianivy/)
 * (@ianivy)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/theme-graphene-1/#post-2501742)
 * WP..looking for an easy way to insert a sound clip that viewers can click.
 * HTML would be proper — hoping to place in article text.
 *  [kjodle](https://wordpress.org/support/users/kjodle/)
 * (@kjodle)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/theme-graphene-1/#post-2501744)
 * Use the html editor and you can insert whatever HTML you would like.
 * Or, you can use a plugin. I like Blubrry PowerPress.

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘[Theme: Graphene]’ is closed to new replies.

 * 11 replies
 * 3 participants
 * Last reply from: [kjodle](https://wordpress.org/support/users/kjodle/)
 * Last activity: [14 years, 5 months ago](https://wordpress.org/support/topic/theme-graphene-1/#post-2501744)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
