Title: svmatthews's Replies | WordPress.org

---

# svmatthews

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Links to permalinks work sometimes and not others](https://wordpress.org/support/topic/links-to-permalinks-work-sometimes-and-not-others/)
 *  Thread Starter [svmatthews](https://wordpress.org/support/users/svmatthews/)
 * (@svmatthews)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/links-to-permalinks-work-sometimes-and-not-others/#post-4223576)
 * Alright, figured this out. [http://wordpress.org/support/topic/display-future-post-on-single-pageview?replies=9](http://wordpress.org/support/topic/display-future-post-on-single-pageview?replies=9)
 * Since my events page shows ‘future’ posts these posts technically have not been
   created with permalinks nor are they filtered in the ‘single.php’ file, which
   currently only shows ‘publish’ posts.
 * Within my single.php page I’ll have to do something like the following code (
   with help from [this thread](http://wordpress.org/support/topic/display-future-post-on-single-pageview?replies=9):
 * `query_posts( $query_string . 'post_status' => array('publish','future') );`
 * Closing this!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SendPress Newsletters] Strict standards & unexpected output warning](https://wordpress.org/support/topic/strict-standards-unexpected-output-warning/)
 *  Thread Starter [svmatthews](https://wordpress.org/support/users/svmatthews/)
 * (@svmatthews)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/strict-standards-unexpected-output-warning/#post-4106026)
 * Things are working now, so I’m going to close this topic. Thanks for checking
   it out originally!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SendPress Newsletters] Strict standards & unexpected output warning](https://wordpress.org/support/topic/strict-standards-unexpected-output-warning/)
 *  Thread Starter [svmatthews](https://wordpress.org/support/users/svmatthews/)
 * (@svmatthews)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/strict-standards-unexpected-output-warning/#post-4105971)
 * Just upgraded to 0.9.4.5 and the ‘echoed’ warnings are no longer showing up but
   the ‘generated extra characters’ warning is still showing. Doesn’t really affect
   anything, but thought I would share that. Thanks for the update!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SendPress Newsletters] Strict standards & unexpected output warning](https://wordpress.org/support/topic/strict-standards-unexpected-output-warning/)
 *  Thread Starter [svmatthews](https://wordpress.org/support/users/svmatthews/)
 * (@svmatthews)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/strict-standards-unexpected-output-warning/#post-4105891)
 * You’re right. I just tested it on my live server and am not getting the warning.
 * I looked into the MAMP settings and seems like there are a lot of people trying
   suppress ‘strict standards’ warnings in PHP **5.4**. Will keep digging for the
   actual problem, though!

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