Community Forums › Forums › Archived Forums › General Discussion › How do I create portfolio Categories
Tagged: portfolio page
- This topic has 11 replies, 4 voices, and was last updated 11 years, 8 months ago by Bill Murray.
-
AuthorPosts
-
January 5, 2013 at 6:52 am #9713SteveVanHoveMember
I want to create categories for the Portfolio page. Any ideas of where to start?
I am using the Balance theme - any solution would have to retain its responsive feature.
My site is under development here.
Thank you!
WP 3.5
Genesis 1.8.2
Balance 1.0January 5, 2013 at 7:45 am #9716Bill MurrayMemberIn the Balance theme, the Portfolio page is simply a page template applied to a category, which is Portfolio. In other words, Portfolio is already a category. What appears on that page are the posts in the Portfolio category. If you create sub-categories, you could modify the page template to make sure they display, but it would be a bit of work to have templates for sub-categories.
You may find custom post types more to your liking. If you're a Pro Plus member, you could grab the CPT functionality from another theme, stick it into Balance, and adjust the responsive CSS accordingly.
Web: https://wpperform.com or Twitter: @wpperform
We do managed WordPress hosting.
January 5, 2013 at 8:01 am #9718SteveVanHoveMemberThanks for your suggestion, Bill. I'll look into using custom post types.
January 5, 2013 at 11:01 pm #9886Chris CreeParticipantSteve, if you have the Pro Plus package check out the page_portfolio.php file from the Crystal theme. That theme actually shows whatever category you designate using the query_args Custom Field for the portfolio page.
The benefit of that approach is that it's easy to have multiple portfolio pages that show different categories.
The down side is that the layout as far as what is shown is far less flexible.
In your case you might find that easier than going the custom post type approach.
January 6, 2013 at 4:46 pm #9984SteveVanHoveMemberThanks for your suggesti0on, Chris. I'm not sure that theme is showing what I am looking for.
I think I may use some kind of galleries plugin - that might be the best thing. Also, this is something my client asked for, so looking into a for-pay customization is not out of the question.
Bottom line is this is what I don't like about WP. My client wanted to redesign his old WP blog, so I felt locked into WP. And, there are so many plugins for WP and it is so irresistible - but if you want to customize something it's another story.
I would much rather work with ExpressionEngine. You get a blank slate from the get-go, so everything you put there is yours. I find the EE workflow very understandable. Not so with WP.
Thanks again for taking the time to help me!
Steve
January 6, 2013 at 7:22 pm #10003Bill MurrayMember@Steve, There's a learning curve with everything. To me, having struggled with WP over the years, the work needed to do what you want is straightforward. I'd be slower out of the gate with ExpressionEngine. The benefit of Genesis is that it is easy to implement your customizations across a range of child themes, which saves you from starting at ground zero with every project. To customize Genesis themes & WP generally, it does take some understanding of PHP, but with that in hand, you can find the code that is fairly close to what you need in several Genesis child themes. There are also WP repo plugins that allow you to set up and manage custom post types and taxonomies, which means that all you need to do is write a template to display that info the way you want. It may be a challenge the first time, but it will get easier and the templates and techniques you develop can be re-used on a variety of projects.
Web: https://wpperform.com or Twitter: @wpperform
We do managed WordPress hosting.
January 7, 2013 at 5:32 am #10085SteveVanHoveMember> all you need to do is write a template to display that info the way you want
🙂
Yes, maybe it's time I get an understanding of WP. I was looking around at some guides yesterday and see what others are doing. Do you have a good source for tutorials on customizations?
Thanks again, Chris.
January 7, 2013 at 6:15 am #10088AnitaCKeymasterRead this by Brian Gardner and just take your time and follow his instructions. He provides very good, easy to read instructions for a variety of things - http://www.briangardner.com/portfolio-page/.
**** NOTE **** be sure to read the comments to. There may be some questions you have that are answered within the comment section.
Need help with customization or troubleshooting? Reach out to me.
January 7, 2013 at 12:55 pm #10149SteveVanHoveMemberThanks, anitac.
Brian Gardner, I believe, actually developed the Balance theme, so what I have on my site is what he has on the Minimum theme discussed in that post.
But I posted a comment on that post - maybe he can steer me in the right direction.
January 7, 2013 at 2:19 pm #10168Bill MurrayMemberSteve - You'd be better off keeping the discussion here, where more eyes will have a chance to address your issue.
If you have the Balance theme, that's NOT what Brian is discussing in that post. The Balance & Minimum approaches to the Portfolio are totally different. From the earlier discussion in this thread, you want the Minimum approach applied to your Balance theme, which involves stripping out the Balance approach and adding the Minimum approach, or at least changing the terms for the Minimum approach.
Web: https://wpperform.com or Twitter: @wpperform
We do managed WordPress hosting.
January 11, 2013 at 5:50 am #11179SteveVanHoveMemberHey Bill, sorry, I missed your response until just now.
I'm having a hard time seeing the difference between the Portfolios for Minimum and Balance. And, I know he's not discussing what I want to do, I just wanted to query him there.
Thank you!
January 11, 2013 at 10:07 am #11243Bill MurrayMemberThe Balance theme uses a regular post type that has a category, and by default all regular post types can have 1 or more categories.
The Minimum theme uses a custom post type. Depending on how you set up the CPT, the CPT can have categories or not.
The differences between a post and a CPT may seem like a minor change in terminology, but it's much more than that. Use of 1 vs the other has a lot of impact.
Web: https://wpperform.com or Twitter: @wpperform
We do managed WordPress hosting.
-
AuthorPosts
- The forum ‘General Discussion’ is closed to new topics and replies.