Title: Chrome showing wrong posts and SQL different
Last modified: August 20, 2016

---

# Chrome showing wrong posts and SQL different

 *  [chris howard](https://wordpress.org/support/users/chrishoward/)
 * (@chrishoward)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/chrome-showing-wrong-posts-and-sql-different/)
 * Chrome is showing different posts to Safari, Opera and Firefox.
 * Have tried different themes and changing the permalinks.
 * Did a $wp_query dump from the Twenty Eleven theme and this is the SQL, with the
   difference bolded:
 * Safari, Opera, Firefox:
    SELECT SQL_CALC_FOUND_ROWS wp_posts.* FROM wp_posts 
   WHERE 1=1 AND wp_posts.post_type = ‘post’ AND (wp_posts.post_status = ‘publish’)
   ORDER BY wp_posts.post_date DESC LIMIT 0, 10
 * Chrome:
    SELECT SQL_CALC_FOUND_ROWS wp_posts.* FROM wp_posts WHERE 1=1 AND wp_posts.
   post_type = ‘post’ AND (wp_posts.post_status = ‘publish’ **OR wp_posts.post_status
   = ‘private’**) ORDER BY wp_posts.post_date DESC LIMIT 0, 10
 * This returns quite a different set of posts.
 * Anyone encountered this? Anyone have a solution?

The topic ‘Chrome showing wrong posts and SQL different’ is closed to new replies.

## Tags

 * [chrome](https://wordpress.org/support/topic-tag/chrome/)
 * [Firefox](https://wordpress.org/support/topic-tag/firefox/)
 * [Opera](https://wordpress.org/support/topic-tag/opera/)
 * [posts](https://wordpress.org/support/topic-tag/posts/)
 * [Safari](https://wordpress.org/support/topic-tag/safari/)
 * [sql](https://wordpress.org/support/topic-tag/sql/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 0 replies
 * 1 participant
 * Last reply from: [chris howard](https://wordpress.org/support/users/chrishoward/)
 * Last activity: [14 years, 3 months ago](https://wordpress.org/support/topic/chrome-showing-wrong-posts-and-sql-different/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
