Using Custom ‘post_type’
-
I’m hoping that by now using custom ‘post_type'(s) has become a little more common.
Does anyone have any “best practices” when using custom post_types?
I noticed ‘custom’ is being added to the passable options for ‘post_type’ in the get_posts() function for WP Version 2.9. Until the version becomes available (stable) is there a way to get posts with a custom type that is “better” then just doing a raw db query?
Are there any functions/hooks that allow the passing of custom ‘post_type'(s)?
If I don’t find any preexisting methods for cleanly handling the data, I’ll code some up and post them here.
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Using Custom ‘post_type’’ is closed to new replies.