Title: joshmishell's Replies | WordPress.org

---

# joshmishell

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Mailchimp for WooCommerce] Remove Mailchimp Signup from Registration page?](https://wordpress.org/support/topic/remove-mailchimp-signup-from-registration-page/)
 *  Thread Starter [joshmishell](https://wordpress.org/support/users/joshmishell/)
 * (@joshmishell)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/remove-mailchimp-signup-from-registration-page/#post-15530561)
 * Thanks for the reply. I think that we’ll use Zapier as a go-between so that all
   purchasers will automatically get added to the list with the appropriate tag 
   and then we won’t really have to do anything custom.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[List category posts] thumbnail getting in the way of the next post down](https://wordpress.org/support/topic/thumbnail-getting-in-the-way-of-the-next-post-down/)
 *  Thread Starter [joshmishell](https://wordpress.org/support/users/joshmishell/)
 * (@joshmishell)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/thumbnail-getting-in-the-way-of-the-next-post-down/#post-5564689)
 * and there you go. it’s a fix. thanks for the help.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[List category posts] thumbnail getting in the way of the next post down](https://wordpress.org/support/topic/thumbnail-getting-in-the-way-of-the-next-post-down/)
 *  Thread Starter [joshmishell](https://wordpress.org/support/users/joshmishell/)
 * (@joshmishell)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/thumbnail-getting-in-the-way-of-the-next-post-down/#post-5564688)
 * yeah, ok. I’ll try the css fix to .lcp_catlist h3.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Display a specific page instead of posts below portfolio content on homepage](https://wordpress.org/support/topic/display-a-specific-page-instead-of-posts-below-portfolio-content-on-homepage/)
 *  Thread Starter [joshmishell](https://wordpress.org/support/users/joshmishell/)
 * (@joshmishell)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/display-a-specific-page-instead-of-posts-below-portfolio-content-on-homepage/#post-4696862)
 * Forget it, I figured it out. Swap this out for your posts php
 * <?php $recent = new WP_Query(“pagename=_EnterYourPageNameHere_“); while($recent-
   >have_posts()) : $recent->the_post();?>
    <h2><?php the_title(); ?></h2> <?php
   the_content(); ?> <?php endwhile; ?>

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