Sidebar on front page only
-
Thanks Kim. Got it. This is great! I love this theme!
Great 🙂
Regarding Child Theme:
As with all WordPress Themes, it is very important to make a Child Theme.
And why it is so, You are free to read these links:
https://forum.graphene-theme.com/topic/how-to-modify-the-theme-using-a-child-theme#post-54
http://codex.wordpress.org/Child_Themes
Kim
I don’t really get how to do this I’m afraid, I’ll just have to reapply when I update. I tried using firebug but couldn’t figure out how to save my changes.
Put Styling CSS Code You like in Child Theme: style.css
Here goes. Make a catalog with ftp software:
/wp-content/themes/graphene-child
Make a file named style.css with this content:
(On PC use notepad or any CSS editor & copy the file to graphene-child catalog)
/*
Theme Name: Graphene Child
Theme URI: http://realmofthesenses.com/
Description: Child theme for the Graphene theme
Author: Your name
Author URI: http://realmofthesenses.com/
Template: graphene
Version: 0.1.2.1
*/
@import url("/wp-content/themes/graphene/style.css");
/* Your modification goes from here */Then You have a Graphene Child Theme here 🙂
http://realmofthesenses.com/wp-admin/themes.php
This should be rule no. 1 in every WordPresser scout manual.
But its always your choice, just like backup 🙂
Kim
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.