Title: aaronholbrook's Replies | WordPress.org

---

# aaronholbrook

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[A7 Simple Events] [Plugin: A7 Simple Events] Frontend](https://wordpress.org/support/topic/plugin-a7-simple-events-frontend/)
 *  Plugin Author [aaronholbrook](https://wordpress.org/support/users/tyrun/)
 * (@tyrun)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-a7-simple-events-frontend/#post-2574850)
 * Add a custom query to call the event custom post type.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gravatar Sign Up Link] [Plugin: Gravatar Sign Up Link] Does what it says… (sugesstions)](https://wordpress.org/support/topic/plugin-gravatar-sign-up-link-does-what-it-says-sugesstions/)
 *  Plugin Author [aaronholbrook](https://wordpress.org/support/users/tyrun/)
 * (@tyrun)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-gravatar-sign-up-link-does-what-it-says-sugesstions/#post-2483881)
 * Added ability to change the text!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gravatar Sign Up Link] [Plugin: Gravatar Sign Up Link] Does what it says… (sugesstions)](https://wordpress.org/support/topic/plugin-gravatar-sign-up-link-does-what-it-says-sugesstions/)
 *  Plugin Author [aaronholbrook](https://wordpress.org/support/users/tyrun/)
 * (@tyrun)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-gravatar-sign-up-link-does-what-it-says-sugesstions/#post-2483880)
 * Cheers, thanks for the suggestions
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Show list of Child pages of current page w/ Featured Image](https://wordpress.org/support/topic/show-list-of-child-pages-of-current-page-w-featured-image/)
 *  [aaronholbrook](https://wordpress.org/support/users/tyrun/)
 * (@tyrun)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/show-list-of-child-pages-of-current-page-w-featured-image/#post-1671358)
 * Thanks Britt, that was extremely helpful.
 * However I noticed one small change was needed to ensure that the featured image
   that was pulled was for the actual child page and not the current page.
 *     ```
       <?php
       $child_pages = $wpdb->get_results("SELECT *    FROM $wpdb->posts WHERE post_parent = ".$post->ID."    AND post_type = 'page' ORDER BY menu_order", 'OBJECT');    ?>
       <?php if ( $child_pages ) : foreach ( $child_pages as $pageChild ) : setup_postdata( $pageChild ); ?>
       <div class="child-thumb">
         <?php echo get_the_post_thumbnail($pageChild->ID, 'thumbnail'); ?>
        <a href="<?php echo  get_permalink($pageChild->ID); ?>" rel="bookmark" title="<?php echo $pageChild->post_title; ?>"><?php echo $pageChild->post_title; ?></a>
       </div>
       <?php endforeach; endif;
       ?>
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to create an advanced search options?](https://wordpress.org/support/topic/how-to-create-an-advanced-search-options/)
 *  [aaronholbrook](https://wordpress.org/support/users/tyrun/)
 * (@tyrun)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/how-to-create-an-advanced-search-options/page/2/#post-1720376)
 * I stumbled on this thread hoping someone had the same question about custom post_types
   being able to be filtered and lo and behold someone did. However I’m currently
   using version 2.0.2.5 and it’s still not working so I’m stumped. Did anyone get
   this to work with post_types or categories?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Adding comment meta](https://wordpress.org/support/topic/adding-comment-meta/)
 *  [aaronholbrook](https://wordpress.org/support/users/tyrun/)
 * (@tyrun)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/adding-comment-meta/#post-1412765)
 * Any luck with this Wayne? I’m looking to do the same thing.

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