Title: c.note's Replies - page 3 | WordPress.org

---

# c.note

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

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

 Search replies:

## Forum Replies Created

Viewing 5 replies - 31 through 35 (of 35 total)

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[More Fields] [Plugin: More Fields] Date field](https://wordpress.org/support/topic/plugin-more-fields-date-field/)
 *  Thread Starter [c.note](https://wordpress.org/support/users/cnote/)
 * (@cnote)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-more-fields-date-field/#post-1790282)
 * i have no idea about plugin development so my solution is kind of an ad hoc one
   and i didn’t actually have to change anything in the plugin but im happy to explain
   what i did.
 * i added this to the functions.php:
    function admin_register_head() { echo “<link
   rel=’stylesheet’ type=’text/css’ href=’path to calendar widget style sheet’ /
   >\n”; echo “<script type=’text/javascript’ src=’path to calendar widget js’></
   script>\n”; } add_action(‘admin_head’, ‘admin_register_head’);
 * i also added this to wp-admin/admin-footer.php:
    <script>$(‘:date’).dateinput({
   format:’yyyy-mm-dd’});</script>
 * it would be much better if it was all self-contained within the more-fields plugin,
   maybe this is something someone else who has knowledge of plugin development 
   could do.
 * hopefully this solution can be of use to other people. i tested it on Safari (
   Mac and PC),Firefox (Mac and PC), Chrome (Mac and PC) and IE (PC).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[More Fields] [Plugin: More Fields] Date field](https://wordpress.org/support/topic/plugin-more-fields-date-field/)
 *  Thread Starter [c.note](https://wordpress.org/support/users/cnote/)
 * (@cnote)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-more-fields-date-field/#post-1790275)
 * I updated the plugin and my wp install to incorporate this html5 date tool: [http://flowplayer.org/tools/dateinput/index.html](http://flowplayer.org/tools/dateinput/index.html)
 * all good!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[More Fields] [Plugin: More Fields] Date field](https://wordpress.org/support/topic/plugin-more-fields-date-field/)
 *  Thread Starter [c.note](https://wordpress.org/support/users/cnote/)
 * (@cnote)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-more-fields-date-field/#post-1790229)
 * that is a bit strange as i see the 2.0 version on the link you sent but in my
   wp-admin install of the more fields plugin, i just see a basic text field. os
   x 10.6.5 safari 5.0.3.
 * why does it default to 1582-10-15 as an initial date that isnt very useful to
   anyone, i think ill look at a way to get it to default today’s date. surely that
   must be possible otherwise html5 isnt really worthwhile.
 * great plugin by the way, the date picker bit isnt that important everything else
   is super!
 *   Forum: [Alpha/Beta/RC](https://wordpress.org/support/forum/alphabeta/)
    In 
   reply to: [Get post thumbnail/ featured image to show up for custom post types?](https://wordpress.org/support/topic/get-post-thumbnail-featured-image-to-show-up-for-custom-post-types/)
 *  [c.note](https://wordpress.org/support/users/cnote/)
 * (@cnote)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/get-post-thumbnail-featured-image-to-show-up-for-custom-post-types/#post-1512030)
 * i recently did what i think you are requiring using this plugin: multiple post
   thumbnails. find it here [http://wordpress.org/extend/plugins/multiple-post-thumbnails/](http://wordpress.org/extend/plugins/multiple-post-thumbnails/)
 *   Forum: [Alpha/Beta/RC](https://wordpress.org/support/forum/alphabeta/)
    In 
   reply to: [Get post thumbnail/ featured image to show up for custom post types?](https://wordpress.org/support/topic/get-post-thumbnail-featured-image-to-show-up-for-custom-post-types/)
 *  [c.note](https://wordpress.org/support/users/cnote/)
 * (@cnote)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/get-post-thumbnail-featured-image-to-show-up-for-custom-post-types/#post-1512027)
 * add_theme_support( ‘post-thumbnails’, array( ‘post’,’custom-post-type-here’,’
   another-custom-post-type’ ) ); // Add it for posts

Viewing 5 replies - 31 through 35 (of 35 total)

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