Title: mattss's Replies | WordPress.org

---

# mattss

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Changing "Add to Cart" to "View Details" and link to product page](https://wordpress.org/support/topic/changing-add-to-cart-to-view-details-and-link-to-product-page/)
 *  Thread Starter [mattss](https://wordpress.org/support/users/mattss/)
 * (@mattss)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/changing-add-to-cart-to-view-details-and-link-to-product-page/#post-3531222)
 * any help please??
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Adwords conversion code](https://wordpress.org/support/topic/adwords-conversion-code-1/)
 *  [mattss](https://wordpress.org/support/users/mattss/)
 * (@mattss)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/adwords-conversion-code-1/#post-3445123)
 * add it to your thank you page after the user checks out if your definition of
   the goal is a sale. Paste the ad words code generated in your ad words account
   between the body tags (<body></body>) of the page
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to pull WP posts from categories/tags into widgets on my HTML ste??](https://wordpress.org/support/topic/how-to-pull-wp-posts-from-categoriestags-into-widgets-on-my-html-ste/)
 *  Thread Starter [mattss](https://wordpress.org/support/users/mattss/)
 * (@mattss)
 * [16 years ago](https://wordpress.org/support/topic/how-to-pull-wp-posts-from-categoriestags-into-widgets-on-my-html-ste/#post-1465374)
 * somebody, anybody please?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to pull WP posts from categories/tags into widgets on my HTML ste??](https://wordpress.org/support/topic/how-to-pull-wp-posts-from-categoriestags-into-widgets-on-my-html-ste/)
 *  Thread Starter [mattss](https://wordpress.org/support/users/mattss/)
 * (@mattss)
 * [16 years ago](https://wordpress.org/support/topic/how-to-pull-wp-posts-from-categoriestags-into-widgets-on-my-html-ste/#post-1465361)
 * anyone have any ideas?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to pull WP posts from categories/tags into widgets on my HTML ste??](https://wordpress.org/support/topic/how-to-pull-wp-posts-from-categoriestags-into-widgets-on-my-html-ste/)
 *  Thread Starter [mattss](https://wordpress.org/support/users/mattss/)
 * (@mattss)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/how-to-pull-wp-posts-from-categoriestags-into-widgets-on-my-html-ste/#post-1465258)
 * ah nice, ok well it looks like I can use this snippet but it looks like it will
   need to be modified quite a bit. I replaced the example url with the category
   that I wanted to use on that page but it pulls in more than I want on the page.
   It pulls the site header in again along with the full posts. Anyway to just pull
   just the headlines/titles of the post and or a thumbnail of recent/all the posts?
 * // Get the last 3 posts.
    <?php require(‘[http://www.pubagenda.com/category/hermosa-beach&#8217](http://www.pubagenda.com/category/hermosa-beach&#8217););?
   >
 * <?php query_posts(‘showposts=3’); ?>
    <?php while (have_posts()) : the_post();?
   > ” rel=”bookmark” title=”Permanent Link to <?php the_title(); ?>”><?php the_title();?
   > <?php endwhile;?>

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