• Hello =)
    I have a taxonomy called “gallery”, but paging isn’t working on it.
    wp/gallery/gallery-name/page/2/ <-- ERROR 404

    I’m registering the taxonomy like that:

    register_taxonomy('gallery', 'photo', array(
              'labels' => array(
                  'name' => __('Galleries'),
                  'singular_name' => __('Gallery')
              ),
              'public' => true,
              'show_ui' => true,
              'hierarchical' => true
            ));

    Why this could possibly happen? =)

    PS: I already update my permalinks

  • The topic ‘Error 404 on paging a taxonomy’ is closed to new replies.