KayLee1000
Forum Replies Created
-
Forum: Plugins
In reply to: Show different single post template for all posts inside a specific Post TypeOh wait! Actually I figured out it is single-movies.php
However, Now I need a code like the one I posted above that I can add to sinlge-movies.php, that will show a different single file based on a custom taxonomy.
It must basically show a different single file if the post was made inside the taxonomy called “Dramas”, if not, then it must show sinlge-movies-default.php
Forum: Plugins
In reply to: Need a Custom Post Type with a category feature in it…THANK YOU!!!!!!! YOU ARE AWESOME!!!!
Forum: Plugins
In reply to: Custom template file for a custom taxamony?Never mind! I found the solution!
Here’s the details for anyone else that needs it:
Source: http://codex.wordpress.org/Template_HierarchyCustom Taxonomies display
taxonomy-{taxonomy}-{slug}.php – If the taxonomy were sometax, and taxonomy’s slug were someterm WordPress would look for taxonomy-sometax-someterm.php. In the case of Post Formats, the taxonomy is ‘post_format’ and the terms are ‘post-format-{format}. i.e. taxonomy-post_format-post-format-link.php
taxonomy-{taxonomy}.php – If the taxonomy were sometax, WordPress would look for taxonomy-sometax.php
taxonomy.php
archive.php
index.php
Forum: Plugins
In reply to: Need a Custom Post Type with a category feature in it…Thank you keesiemeijer, that worked perfectly…. but I have one issue though…
The new post type that just got registered with that code is sharing the same list of categories with the “posts” post type.
Is there any way that I can make each custom post type have a seperate list of categories?For example… If I create a category called “News” via the “posts” post type, I don’t want the “News” category to show up as an option to make a post in, on the new Custom post type that I registered.
Each post type’s categories must not be shared with other post types. I don’t want users on my blog to get confused when making entries.
BTW, you’re a TINTIN fan? (referring to your avatar) I’m a huge one!!! Thanx for your help, I really appreciate it!
Forum: Themes and Templates
In reply to: How to wrap a div around sub-menu ul tag?I want to create a mega drop down menu without using plugins, and I just need one extra div to do what I need.
Forum: Everything else WordPress
In reply to: Can you actually get certified as a wordpress expert?Thanks ncdesignz. I checked it out…. I wonder how known ExpertRating is though…
But, it’s an option.No buddy seems to have an answer to this 🙁
Forum: Everything else WordPress
In reply to: Can you actually get certified as a wordpress expert?Thanks for posting that Ipstenu
Shirazdrum… yes I know, and I agree, since it’s open source. It would just still be nice to get officially certified.
I’m not referring to freelance work here, but I’ve applied for full time jobs before where they required the applicant to be very good with wordpress. And it would just be great to somehow prove it with certification…
I love wordpress soooo bad, I wish it could be my full time job. LOL 🙂
Forum: Everything else WordPress
In reply to: Can you actually get certified as a wordpress expert?Ah that’s bad. WordPress can actually make money with it. Cause people will obviously need to pay to write exams or something.
Their codex is so good to learn from, they should create official exams.