Community Forums › Forums › General Discussion › Need help for Generate Theme
Tagged: generate theme
This topic contains 4 replies, has 2 voices, and was last updated by wilsont 3 months, 1 week ago.
-
AuthorPosts
-
March 13, 2013 at 3:14 am #25810
Hi members,
I need help to customize my website and I’m using Generate theme:
I need the instruction to customize the part just right below the Generate box.
I don’t like the current theme function as it automatic post the most recent blog post on the front page.
I want to delete that part and register the custom widget for that part so that I can use the Genesis- Featured Page and Genesis-Featured Post.
Please help if you got the idea how to do it.
Big thanks!
Wilson
March 13, 2013 at 3:51 am #25811Link to your site please.
WordPress Developer & Consultant
Brad Dalton @ WP Sites – Click Here to Get Genesis Child Theme Tips Delivered.March 13, 2013 at 6:41 am #25821johnyii.com
March 13, 2013 at 7:06 am #25824You’ll need to add custom widgets to the home.php file or functions.php file using a conditional tags for is_home().
You can remove the posts from the home page by hiding them using CSS code or removing the loop from the home.php file.
There are many ways to customize your home page but all require custom coding.
Another option is to use a static page as your home page and add content column shortcodes to the text editor which doesn’t reqiure any CSS or PHP coding only HTML.
You can also install the Generate box plugin rather than use the code from the home.php file.
Backup your files and data first.
http://designsbynickthegeek.com/tutorials/add-widgeted-sidebar
http://demo.studiopress.com/genesis/columns
http://studiopress.tv/how-to-easily-build-beautiful-columns-of-content/
WordPress Developer & Consultant
Brad Dalton @ WP Sites – Click Here to Get Genesis Child Theme Tips Delivered.March 13, 2013 at 9:13 am #25857Hi Brad,
I still want to use the homepage php. Can you instruct me step by step on how?
First, can you teach me how to removing the loop from the home.php file.
Second, register the new widget area on that area so that i can use the genesis-featured post and page?
I tried to register new widget area on the homepage before but It corrupted by function.php file luckily i did the back up. I did this prior delete the loop.
Thanks for you help. Hope to hear from you soon.
Wilson
-
AuthorPosts
You must be logged in to reply to this topic.