Community Forums › Forums › General Discussion › How to create a new portofolio page with new category
This topic contains 5 replies, has 3 voices, and was last updated by lisaleague 1 month, 2 weeks ago.
-
AuthorPosts
-
March 1, 2013 at 6:33 pm #23613
I’m using the Balance theme that has a built in portfolio page, which I love. I am wanting to create more than one portofolio page, with each portfolio page pulling from a different post category. Does anyone have a link to a thread or a post of the best way to do this?
March 1, 2013 at 7:34 pm #23633I think you can copy the portfolio template and change it to a different category name. Then go back to the dashboard and create a new portfolio using the newly name template. I can’t say for sure, but that might work for you.
Twitter Handles: @thecre8tivediva | Website: Cre8tiveDiva.com | LinkedIn Group: http://goo.gl/nNe1m
Why Not Take The Challenge! – Help us answer some of the unanswered postsMarch 2, 2013 at 10:44 am #23767I was able to copy the template and rename it to create a different type of Portfolio page. However, in the Balance theme, it is using the Genesis – Featured Posts widget, so it still just pulls from that widget. I really need to create multiple versions of that widget. I’m not sure if that’s even possible (without modifying the Genesis framework which I don’t want to do of course). Perhaps I need to try an approach that doesn’t rely on the plug in?
March 26, 2013 at 8:16 am #31307LauraJane, I would like to do the same thing, I looks like we have to do create a 2nd page and register a 2nd widget in functions php to match.
You would not modify the Genesis framework, just the Balance child theme files – functions.php, and create another Portfolio Page Template
(page_portfolio.php)genesis_register_sidebar( array( 'id' => 'portfolio', 'name' => __( 'Portfolio', 'balance' ), 'description' => __( 'This is the portfolio page.', 'balance' ), ) );
The category name is set when you put the featured posts widget in the new widget area.
Another option is to use a grid category post layout, like Bill Erickson’s http://wordpress.org/extend/plugins/genesis-grid-loop/
I’ll give this a try later on a copy of my Balance site and let you know how it works.
April 4, 2013 at 3:59 pm #33200Yes! That worked!!!
April 4, 2013 at 4:47 pm #33209Awesome LauraJane!
I have not had chance to try this yet – glad it worked for you. Now sooner or later if I can get to it for me:)
Lisa
-
AuthorPosts
You must be logged in to reply to this topic.