HeroicNate
Forum Replies Created
-
Forum: Hacks
In reply to: Call php to generate file on user publish post?despite the rude reply I figured it out. Turns out it runs out of the wp-admin folder and that’s where it saves files by default. Now that I know the base folder I can tell it where to save the files accordingly.
Forum: Fixing WordPress
In reply to: Make it so plugin installs with a theme?some of the plugins I was thinking of using are too complex for that. I think I’m better off just including a zip file. Althought I think I may take that approach for doing some custom field dialog boxes.
Forum: Fixing WordPress
In reply to: Make it so plugin installs with a theme?that’s not a bad idea.
Forum: Plugins
In reply to: [Plugin: Custom Post Type UI] Bug in Custom Post Type UI with Thumbnailsi got it workin.
Forum: Alpha/Beta/RC
In reply to: Thumbnail menu not appearing on custom post typesi found my problem. I had to add the custom post type to the array besides just posts. So I needed : add_theme_support( ‘post-thumbnails’, array( ‘post’, ‘custom-type’ ) );
Forum: Alpha/Beta/RC
In reply to: Thumbnail menu not appearing on custom post typesright now the featured image box only shows up for the regular posts.
Forum: Alpha/Beta/RC
In reply to: Thumbnail menu not appearing on custom post typesthat line is there, and there isn’t a typo as everything else that I have as supported is working. Are you telling me that when you create custom post types, the write panel for those types has the featured thumbnail in it?
Forum: Alpha/Beta/RC
In reply to: Get post thumbnail/ featured image to show up for custom post types?i see that one of my old post from months ago was reposted in, I should delete one of these, but I don’t see a way to.
Forum: Alpha/Beta/RC
In reply to: Thumbnail menu not appearing on custom post typesi’ve tried thumbnail, thumbnails, post-thumbnail, and post-thumbnails. none seem to work.
Forum: Alpha/Beta/RC
In reply to: Get post thumbnail/ featured image to show up for custom post types?thanks for the response, but nothing in that article explains how to deal with custom post types.
Forum: Alpha/Beta/RC
In reply to: Thumbnail menu not appearing on custom post typesthat doesn’t work.
Forum: Alpha/Beta/RC
In reply to: Thumbnail menu not appearing on custom post typesany help?
Forum: Plugins
In reply to: [Plugin: Custom Post Type UI] Bug in Custom Post Type UI with Thumbnailshow do you get post type write panels to support featured images? Using the support => thumbnail doesn’t seem to work.
Forum: Plugins
In reply to: Change “post thumbnail” to “post image”hmmm… guess not.
Forum: Alpha/Beta/RC
In reply to: How to create custom write panels per custom post type?At the moment I’ve only seen one custom fields plugin for custom post types and haven’t been able to find any tutorials. The plugin is “custom field template”. It’s still a bit buggy though. As 3.0 matures I imagine that it others will follow along. Right now post-types in general seem a big buggy as they aren’t fully integrated into WP functions yet.