Syahir Hakim
KeymasterKuala Lumpur, Malaysia
When not perched on my workspace, I tremendously enjoy hiking in the bushes and climbing mountains. They serve as much-needed refuges from the pretense of cities.
Forum Replies Created
-
Admin
Make sure you read this post first, particularly the “What to watch out for” section:
http://www.khairul-syahir.com/topics/web-dev/2012/graphene-1-6-what-to-know-before-upgrading.html
Admin
The returned response from the server was “500 Internal Server Error”. It’s impossible to diagnose this without looking at the server’s error log.
Admin
You cannot, but if you’re using custom post type, you won’t need that.
Admin
You need to copy only the codes. Try this:
http://graphene.googlecode.com/svn/branches/1.6/includes/theme-head.php
Admin
@gbismarc, accessing this URL ( http://ogahome.com/DLU/wp-content/themes/graphene/js/jquery-tools-1.2.5.min.js ) gives me a 404 – Not Found[b], and that is the reason, period. Have you actually created that file?
Admin
Admin
You can use Custom Post Type, that is, create a Custom Post Type specifically for Products, with a custom taxonomy for the Product Categories. See this page for a primer on Custom Post Type:
http://justintadlock.com/archives/2010/04/29/custom-post-types-in-wordpress
Note that you don’t have to write the codes manually to add a custom post type and custom toxonomy. You can use plugins like the Custom Post Type UI.
Quote:so insted of puting and changing loop-page.php to child theme. I added action hook to graphene_loop-page graphene_page_meta ..and it works .. is that better way of changing it?Yes, that is the MUCH better way of doing it.
Admin
Admin
Firstly, it was intentional for Pages to not have categories.
Secondly, if you need categories for Pages, you’re probably doing it wrong. Would you care to explain why do you need categories for pages?
Thirdly, creating a template in the child theme that overrides the theme’s template is almost as bad as editing the theme’s files itself. See this wiki page for more info:
Admin
If you want to change the generic header image, then yes it’s a must.
