Title: sbckmstr's Replies | WordPress.org

---

# sbckmstr

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

 *   [Profile](https://wordpress.org/support/users/sbckmstr/)
 *   [Topics Started](https://wordpress.org/support/users/sbckmstr/topics/)
 *   [Replies Created](https://wordpress.org/support/users/sbckmstr/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/sbckmstr/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/sbckmstr/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/sbckmstr/engagements/)
 *   [Favorites](https://wordpress.org/support/users/sbckmstr/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: [[Related Posts for WordPress] Stuck caching posts](https://wordpress.org/support/topic/stuck-caching-posts/)
 *  Thread Starter [sbckmstr](https://wordpress.org/support/users/sbckmstr/)
 * (@sbckmstr)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/stuck-caching-posts/#post-9890312)
 * Oh my, no. I will go without related posts thank you. Disabling plugins on a 
   production site on the off-chance that it might fix a problem is not an acceptable
   troubleshooting step. I hope you will be able to implement debug logs or similar
   in a future version…
 * FWIW, I tried upping PHP execution limit to 300 (from 30) but that didn’t change
   anything.
 * Thanks!
    -  This reply was modified 8 years, 3 months ago by [sbckmstr](https://wordpress.org/support/users/sbckmstr/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Draft custom post types visible to public?](https://wordpress.org/support/topic/draft-custom-post-types-visible-to-public/)
 *  Thread Starter [sbckmstr](https://wordpress.org/support/users/sbckmstr/)
 * (@sbckmstr)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/draft-custom-post-types-visible-to-public/#post-5852352)
 * I figured it out.
 * I have my portfolio page set to filter using AJAX and it would appear that when
   calling WP_Query from functions.php ‘post_status’ => ‘publish’ is not implicit.
 * Added this argument and now all is fine!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Polylang] Polylang and custom query…](https://wordpress.org/support/topic/polylang-and-custom-query/)
 *  Thread Starter [sbckmstr](https://wordpress.org/support/users/sbckmstr/)
 * (@sbckmstr)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/polylang-and-custom-query/#post-4767519)
 * OK fixed.
 * I had already enabled language management for the custom post types, but I had
   not tagged all the posts with a language.
 * Added the default language to all the posts and now it’s all working.
 * Thanks for the quick answer and the nudge in the right direction!
 * Simon
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Polylang] Custom post types author archives and Polylang](https://wordpress.org/support/topic/custom-post-types-author-archives-and-polylang/)
 *  [sbckmstr](https://wordpress.org/support/users/sbckmstr/)
 * (@sbckmstr)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/custom-post-types-author-archives-and-polylang/#post-4615904)
 * Hi there,
 * Is there any news on the modified query vars front?
 * Polylang currently prevents my custom post types from showing up on my ‘Latest’
   page using the following custom query:
 *     ```
       $args=array(
           'post_type' => array( 'magazine', 'presse', 'post' ),
           'post_status' => 'publish',
           'posts_per_page' => 8,
           'orderby' => 'post_date',
           'order' => 'DESC'
       );
   
       $query = new WP_Query($args);
       ```
   
 * Disabling Polylang gets the posts to appear correctly. Is there any way to get
   this to work?
 * Thanks in advance…
 * Simon

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