svmatthews
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Links to permalinks work sometimes and not othersAlright, figured this out. http://ww.wp.xz.cn/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:
query_posts( $query_string . 'post_status' => array('publish','future') );Closing this!
Forum: Plugins
In reply to: [SendPress Newsletters] Strict standards & unexpected output warningThings are working now, so I’m going to close this topic. Thanks for checking it out originally!
Forum: Plugins
In reply to: [SendPress Newsletters] Strict standards & unexpected output warningJust 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
In reply to: [SendPress Newsletters] Strict standards & unexpected output warningYou’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!