Title: ajeannot's Replies | WordPress.org

---

# ajeannot

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

 *   [Profile](https://wordpress.org/support/users/ajeannot/)
 *   [Topics Started](https://wordpress.org/support/users/ajeannot/topics/)
 *   [Replies Created](https://wordpress.org/support/users/ajeannot/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/ajeannot/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/ajeannot/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/ajeannot/engagements/)
 *   [Favorites](https://wordpress.org/support/users/ajeannot/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: [[Nelio A/B Testing – AB Tests and Heatmaps for Better Conversion Optimization] Plugin issue: Variant CTAs broken and pages not loading](https://wordpress.org/support/topic/plugin-issue-variant-ctas-broken-and-pages-not-loading/)
 *  Thread Starter [ajeannot](https://wordpress.org/support/users/ajeannot/)
 * (@ajeannot)
 * [9 months, 2 weeks ago](https://wordpress.org/support/topic/plugin-issue-variant-ctas-broken-and-pages-not-loading/#post-18610040)
 * Hi David, thanks for the reply! Where can I find the variant URL so I can test
   it directly? Also, when I start a test, the control page breaks and some sections
   do not load.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Latest Post Shortcode] Exclude categories](https://wordpress.org/support/topic/exclude-categories-24/)
 *  Thread Starter [ajeannot](https://wordpress.org/support/users/ajeannot/)
 * (@ajeannot)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/exclude-categories-24/#post-6325826)
 * Found the solution:
 * I just added the following code to the latest-post-shortcode.php file:
 * function exclude_category($query) {
    if ( $query->is_feed || $query->is_home ){
   $query->set(‘cat’,’-xx,-xx’); } return $query; } add_filter(‘pre_get_posts’,’
   exclude_category’);
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Latest Post Shortcode] Exclude categories](https://wordpress.org/support/topic/exclude-categories-24/)
 *  Thread Starter [ajeannot](https://wordpress.org/support/users/ajeannot/)
 * (@ajeannot)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/exclude-categories-24/#post-6325821)
 * Thanks! Is it possible to do it manually by code styling a PHP file? I’ll make
   a donation if you help me! Thanks again!

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