Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter rgoins

    (@rgoins)

    I found the code messing it up but I don’t know why.

    <?php if ( !is_archive() ) { ?>
    <?php $paged = (get_query_var('paged')) ? get_query_var('paged') : 1; query_posts('paged='.$paged.'&cat='.$cat); ?>
    <?php } ?>

    I’m having a similar related issue. Do you have Chrome and the developer tools plugin? If so, pull up the javascript console and tell me what the error message is when you encounter that problem.

    My issue is the admin area is broken due to a conflict somewhere with the ACF plugin and the error returned is specific to the page_template action. I’m curious what yours says.

    put this after you close the if

    <?php wp_reset_query(); // reset the query ?>

    That should fix it

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Advanced Custom Fields] Doesn't Work with Page Template’ is closed to new replies.