sjak mourier
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Can you suggest a good theme?Can you be a bit more specific in regards to the functions and requirements of the theme?
Personally I prefer to start with a blank theme such as starkers on every project. If I try to modify an already designed theme a lot of time goes into figuring out how the designer put it all together. This time could be spend on more relevant tasks. But it really depends on your skills and how much time you can afford to put in the project.
TwentyTen is a decent starter theme as well, but get familiar with the loop on beforehand and make sure that you have a basic understanding of PHP. This allows you to strip out the custom header image from the functions.php file (if necessary).Forum: Themes and Templates
In reply to: Can I design a theme similar to this mockup?I’m not sure what you’re asking. Do you need help with the css to accomplish your layout? It’s hard to say how you should go about coding the mockup when you don’t specify which is widgets, regions, static content and so on…
Forum: Fixing WordPress
In reply to: How to echo custom taxonomy ID?Like a charm 🙂
Forum: Fixing WordPress
In reply to: How to echo custom taxonomy ID?Thanks a lot, chellycat 🙂 That really saved my day.
Forum: Fixing WordPress
In reply to: How to echo custom taxonomy ID?I have already looked into those, but can’t figure out how to echo the term id. Can anyone please explain how to query the database for this information. I have tried myself, but I am pretty new to wordpress.