Title: Mat's Replies - page 6 | WordPress.org

---

# Mat

  [  ](https://wordpress.org/support/users/blocknotes/)

 *   [Profile](https://wordpress.org/support/users/blocknotes/)
 *   [Topics Started](https://wordpress.org/support/users/blocknotes/topics/)
 *   [Replies Created](https://wordpress.org/support/users/blocknotes/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/blocknotes/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/blocknotes/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/blocknotes/engagements/)
 *   [Favorites](https://wordpress.org/support/users/blocknotes/favorites/)

 Search replies:

## Forum Replies Created

Viewing 8 replies - 76 through 83 (of 83 total)

[←](https://wordpress.org/support/users/blocknotes/replies/page/5/?output_format=md)
[1](https://wordpress.org/support/users/blocknotes/replies/?output_format=md) [2](https://wordpress.org/support/users/blocknotes/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/blocknotes/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/blocknotes/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/blocknotes/replies/page/5/?output_format=md)
6

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Category Featured Images] display featured image from url??](https://wordpress.org/support/topic/display-featured-image-from-url/)
 *  Plugin Author [Mat](https://wordpress.org/support/users/blocknotes/)
 * (@blocknotes)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/display-featured-image-from-url/#post-5331748)
 * What do you mean exactly?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Category Featured Images] can't work with WordPress 3.2.1.](https://wordpress.org/support/topic/cant-work-with-wordpress-321/)
 *  Plugin Author [Mat](https://wordpress.org/support/users/blocknotes/)
 * (@blocknotes)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/cant-work-with-wordpress-321/#post-5237488)
 * 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_media](http://codex.wordpress.org/Function_Reference/wp_enqueue_media)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Category Featured Images] Update plugin to work with Custom Post Types](https://wordpress.org/support/topic/update-plugin-to-work-with-custom-post-types/)
 *  Plugin Author [Mat](https://wordpress.org/support/users/blocknotes/)
 * (@blocknotes)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/update-plugin-to-work-with-custom-post-types/#post-5208484)
 * Hi 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Problem with wp_nav_menu() – hiding menu container](https://wordpress.org/support/topic/problem-with-wp_nav_menu-hiding-menu-container/)
 *  Thread Starter [Mat](https://wordpress.org/support/users/blocknotes/)
 * (@blocknotes)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/problem-with-wp_nav_menu-hiding-menu-container/#post-4595935)
 * Thank 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Category Featured Images] How do i display the image?](https://wordpress.org/support/topic/how-do-i-display-the-image/)
 *  Plugin Author [Mat](https://wordpress.org/support/users/blocknotes/)
 * (@blocknotes)
 * [12 years ago](https://wordpress.org/support/topic/how-do-i-display-the-image/#post-4850926)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Category Featured Images] How do i display the image?](https://wordpress.org/support/topic/how-do-i-display-the-image/)
 *  Plugin Author [Mat](https://wordpress.org/support/users/blocknotes/)
 * (@blocknotes)
 * [12 years ago](https://wordpress.org/support/topic/how-do-i-display-the-image/#post-4850916)
 * 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/](http://wordpress.org/plugins/featured-images-for-categories/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Category Featured Images] How do i display the image?](https://wordpress.org/support/topic/how-do-i-display-the-image/)
 *  Plugin Author [Mat](https://wordpress.org/support/users/blocknotes/)
 * (@blocknotes)
 * [12 years ago](https://wordpress.org/support/topic/how-do-i-display-the-image/#post-4850913)
 * 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Problem with wp_nav_menu() – hiding menu container](https://wordpress.org/support/topic/problem-with-wp_nav_menu-hiding-menu-container/)
 *  Thread Starter [Mat](https://wordpress.org/support/users/blocknotes/)
 * (@blocknotes)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/problem-with-wp_nav_menu-hiding-menu-container/#post-4595726)
 * Nav 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](https://core.trac.wordpress.org/browser/tags/3.8.1/src/wp-includes/post-template.php#L898)

Viewing 8 replies - 76 through 83 (of 83 total)

[←](https://wordpress.org/support/users/blocknotes/replies/page/5/?output_format=md)
[1](https://wordpress.org/support/users/blocknotes/replies/?output_format=md) [2](https://wordpress.org/support/users/blocknotes/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/blocknotes/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/blocknotes/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/blocknotes/replies/page/5/?output_format=md)
6