Mark

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Latest upgrade doesn't allow for slug change #25702
    Mark
    Participant

    Reinstalled both of the plugins again manually and now it seems to work. Nevermind.

    in reply to: Calendar View Not Showing #13355
    Mark
    Participant

    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();
    ?>

    in reply to: Calendar View Not Showing #13354
    Mark
    Participant

    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.

Viewing 3 posts - 1 through 3 (of 3 total)