Title: Pawel Grzelkowski's Replies | WordPress.org

---

# Pawel Grzelkowski

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

 *   [Profile](https://wordpress.org/support/users/grzelkowski/)
 *   [Topics Started](https://wordpress.org/support/users/grzelkowski/topics/)
 *   [Replies Created](https://wordpress.org/support/users/grzelkowski/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/grzelkowski/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/grzelkowski/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/grzelkowski/engagements/)
 *   [Favorites](https://wordpress.org/support/users/grzelkowski/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: [[Quick Ajax Post Loader] How to exclude some categories](https://wordpress.org/support/topic/how-to-exclude-some-categories-4/)
 *  Plugin Author [Pawel Grzelkowski](https://wordpress.org/support/users/grzelkowski/)
 * (@grzelkowski)
 * [1 year ago](https://wordpress.org/support/topic/how-to-exclude-some-categories-4/#post-18494492)
 * This issue has been marked as resolved. Thank you!
    -  This reply was modified 1 year ago by [Pawel Grzelkowski](https://wordpress.org/support/users/grzelkowski/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Quick Ajax Post Loader] How to exclude some categories](https://wordpress.org/support/topic/how-to-exclude-some-categories-4/)
 *  Plugin Author [Pawel Grzelkowski](https://wordpress.org/support/users/grzelkowski/)
 * (@grzelkowski)
 * [1 year ago](https://wordpress.org/support/topic/how-to-exclude-some-categories-4/#post-18494487)
 * Hi, I’ll go ahead and mark this as resolved. I hope the issue is sorted and that
   you’re happy with it!
    -  This reply was modified 1 year ago by [Pawel Grzelkowski](https://wordpress.org/support/users/grzelkowski/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Quick Ajax Post Loader] How to exclude some categories](https://wordpress.org/support/topic/how-to-exclude-some-categories-4/)
 *  Plugin Author [Pawel Grzelkowski](https://wordpress.org/support/users/grzelkowski/)
 * (@grzelkowski)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/how-to-exclude-some-categories-4/#post-18450003)
 * Hi! I’ve just released version 1.7.0, which lets you choose exactly which categories
   or terms should be shown. Take a look at the shortcode settings – there should
   be a new option called “Select Specific Terms”
 * Let me know if this is what you needed and feel free to tell me if anything doesn’t
   work as expected!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Quick Ajax Post Loader] Blurry images](https://wordpress.org/support/topic/blurry-images-76/)
 *  Plugin Author [Pawel Grzelkowski](https://wordpress.org/support/users/grzelkowski/)
 * (@grzelkowski)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/blurry-images-76/#post-18432216)
 * Hey, you can also do this without duplicating the template file 🙂
 * If you drop this into your `functions.php`, it’ll force the post image to use
   the full size:
 *     ```wp-block-code
       function customize_post_image( $output, $template, $quick_ajax_id ) {    if ( $template === 'post-item' ) {        if ( has_post_thumbnail() ) {            $output = '<div class="qapl-post-image">' . get_the_post_thumbnail( get_the_ID(), 'full' ) . '</div>';        }    }     return $output;}add_filter( 'qapl_template_post_item_image', 'customize_post_image', 10, 3 );
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Quick Ajax Post Loader] How to exclude some categories](https://wordpress.org/support/topic/how-to-exclude-some-categories-4/)
 *  Plugin Author [Pawel Grzelkowski](https://wordpress.org/support/users/grzelkowski/)
 * (@grzelkowski)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/how-to-exclude-some-categories-4/#post-18426776)
 * Hi, thanks for your message. Excluding selected categories is not possible yet,
   but I think it’s a great idea and I’ll try to add it in a future update. A “show
   selected categories” option, or something similar, could help with that by letting
   you choose which categories appear in the filter and in the results.

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