Mark Profile Topics Started Replies Created Search replies: Forum Replies Created Viewing 3 posts - 1 through 3 (of 3 total) Author Posts September 25, 2012 at 1:14 pm in reply to: Latest upgrade doesn't allow for slug change #25702 MarkParticipant Reinstalled both of the plugins again manually and now it seems to work. Nevermind. January 13, 2012 at 5:46 pm in reply to: Calendar View Not Showing #13355 MarkParticipant Alright I went through narrowing down the issues and figured it out… something in this code is causing the issue: <?php query_posts( $query_string . '&cat=51&posts_per_page=15' ); while ( have_posts() ) : the_post(); echo '‘; the_title(); echo ‘‘; endwhile; wp_reset_query(); ?> January 13, 2012 at 5:27 pm in reply to: Calendar View Not Showing #13354 MarkParticipant I’m having the same problem as well and none of the above seem to work for me except changing themes. However, this isn’t much help since it doesn’t isolate the issue. Any help is appreciated. Author Posts Viewing 3 posts - 1 through 3 (of 3 total)