Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter mrspabs

    (@mrspabs)

    I removed the plugin and replaced it with this codea and it still happens, so its not the plugin.

    <ul>
    <?php
    global $post;
    $current_page_parent = ( $post->post_parent ? $post->post_parent : $post->ID );
    
    wp_list_pages( array(
         'title_li' => '',
         'child_of' => $current_page_parent,
         'depth' => '1' )
    );
    ?>
    </ul>
    Thread Starter mrspabs

    (@mrspabs)

    PS I deactivated quick page post redirect plugin, and it fixed.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Strange – opening in new window’ is closed to new replies.