matrym
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Post Template] Custom Post Templates with Custom Post TYPES in WP 3.0Thanks for posting this solution. I’d really love to see the plugin be programmed to automatically apply to all custom post types. In lieu of that, it’d be cool to also be able to list multiple custom post types, etc.
Forum: Plugins
In reply to: wp_get_archives(cat=id) <— Any way to specifiy cat id in archives?Thanks for the response Frumph. It’s my understanding that what you’ve got will list posts / titles. My goal is to list months, with a post count, similar to the wp_get_archives function.
Does anyone else have any ideas?
Forum: Plugins
In reply to: GD Star Rating Comments IntegrationHas anyone solved this yet?
Forum: Themes and Templates
In reply to: category_link uses /category/Thanks, that did the trick
Forum: Plugins
In reply to: wp-footer alternative?… No one?
Forum: Plugins
In reply to: Update Version # of PluginThanks, that worked! Both the php file and the readme file must have their versions updated.
Now, is it just a matter of time before the wp-admin for other users informs them that there’s a new version? Or do I have to do anything to trigger a “new version” propogation?
Forum: Fixing WordPress
In reply to: Weird Script appearing in sourceThis is a firefox (firebug?) / fckeditor problem. I created a very short and simple wordpress plugin to remove these tags before the post displays. You can get it here:
This is a firefox (firebug?) / fckeditor problem. I created a very short and simple wordpress plugin to remove these tags before the post displays. You can get it here:
latentmotion.com/fck-firefox-fix/Forum: Plugins
In reply to: Using a WP Path in a PluginFor those who have the same question, use this:
get_bloginfo(‘wpurl’)
—
I figured it out from the tutorial here:
http://www.devlounge.net/publik/Devlounge%20-%20How%20to%20Write%20a%20Wordpress%20Plugin.pdf
Forum: Fixing WordPress
In reply to: Shadowbox / WordPress Conflict?iFrames are showing content (when added separately), but not within shadowbox. Weirdness.
Forum: Fixing WordPress
In reply to: Shadowbox / WordPress Conflict?