Title: cotillardq's Replies | WordPress.org

---

# cotillardq

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

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

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Video Sales for Woocommerce with Vimeo] Feature Requests](https://wordpress.org/support/topic/feature-requests-186/)
 *  [cotillardq](https://wordpress.org/support/users/cotillardq/)
 * (@cotillardq)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/feature-requests-186/#post-12928785)
 * Please add Vimeo On Demand support.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery by 10Web - Mobile-Friendly Image Gallery] Dynamic gallery from attachments?](https://wordpress.org/support/topic/dynamic-gallery-from-attachments/)
 *  Thread Starter [cotillardq](https://wordpress.org/support/users/cotillardq/)
 * (@cotillardq)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/dynamic-gallery-from-attachments/#post-11362623)
 * Hi,
 * What I am trying to do is create a “dynamic” gallery of attachments images.
    
   the same way the default gallery works [https://codex.wordpress.org/Gallery_Shortcode](https://codex.wordpress.org/Gallery_Shortcode)
 * I am able to pull the files in using PHP this way but it is of no use to me as
   I need it inside a gallery.
 * <?php
    $images =& get_children( array ( ‘post_parent’ => $post->ID, ‘post_type’
   => ‘attachment’, ‘post_mime_type’ => ‘image’ ));
 *  if ( empty($images) ) {
    // no attachments here } else { foreach ( $images as
   $attachment_id => $attachment ) { echo wp_get_attachment_image( $attachment_id,‘
   thumbnail’ ); } } ?>
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Toolset Types - Custom Post Types, Custom Fields and Taxonomies] Cumbersome and convoluted.](https://wordpress.org/support/topic/cumbersome-and-convoluted/)
 *  Thread Starter [cotillardq](https://wordpress.org/support/users/cotillardq/)
 * (@cotillardq)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/cumbersome-and-convoluted/#post-8020712)
 * The review is not based in inability to read specs or poor understanding. After
   contacting and working with the wp-type team they have confirmed that there are
   some limitations and help found a work around. They also informed me that they
   are currently working on a revamp of the type plugin so that it will be easier
   and more flexible.
    As it stand I still think the 2 stars are a fair rating but
   once they fix types it will certainly change.
 * Now we can certainly keep it friendly. I appreciate the fact that you do not 
   agree with me but there is no need for being “agressive”. Drupal and wordpress(
   and many other CMS) have their place and reasons to be. There’s many things from
   WP which I would love to see in Drupal and vice versa. In this particular case
   I do think Drupal has the upper hand for now and I used it as a reference point
   in case anyone was coming with the same expectation as I did.

Viewing 3 replies - 1 through 3 (of 3 total)