Mat
Forum Replies Created
-
Forum: Plugins
In reply to: [Category Featured Images] display featured image from url??What do you mean exactly?
Forum: Plugins
In reply to: [Category Featured Images] can't work with WordPress 3.2.1.Yes, the minimum required version of my plugin is wrong (it will be fixed in the next version). It requires at least the version 3.5.0 as specified by the reference of wp_enqueue_media():
http://codex.wordpress.org/Function_Reference/wp_enqueue_mediaForum: Plugins
In reply to: [Category Featured Images] Update plugin to work with Custom Post TypesHi Justin.
If the custom post type that you are using shows the post featured image my plugin should work as expected.
Custom post types are defined inside a theme, so a developer can choose to skip the post featured image.Forum: Fixing WordPress
In reply to: Problem with wp_nav_menu() – hiding menu containerThank you for the tip. If I create a menu it works.
But I think it should also work with the auto generated menu…Forum: Plugins
In reply to: [Category Featured Images] How do i display the image?Hi again Pete 🙂
I have just added a shortcode [cfi_featured_image] and a PHP function to insert the featured image in a post. This should improve the usability of my plugin.
Changes are committed to WordPress.org, new version will be available soon.Forum: Plugins
In reply to: [Category Featured Images] How do i display the image?Ok. This plugin is intended to be used with the featured image of the posts. If you want to set an image to a category and place it with a shortcode you can try with others plugins like this:
http://wordpress.org/plugins/featured-images-for-categories/Forum: Plugins
In reply to: [Category Featured Images] How do i display the image?Hi Pete.
Featured Images usually are placed by the theme in the single post page, in the latest posts page, etc.
I add this line to the description of the plugin.Forum: Fixing WordPress
In reply to: Problem with wp_nav_menu() – hiding menu containerNav Menu already registered in my functions.php \ ‘after_setup_theme’ action.
IMO the problem is that “wp_page_menu” function seems to ignore some of the options of “wp_nav_menu” (container, container_class, …).
https://core.trac.wordpress.org/browser/tags/3.8.1/src/wp-includes/post-template.php#L898