• It’s an awesome solution, but it fills a really specific niche of a larger problem.

    It actually didn’t solve mine but gave me the right direction.

    I ended up using a custom 404.php and checking some variables of the query, something as follow:

    $q = $wp_query;
    $que = $q->query;
    if($que[‘page’] >= 2 && $que[‘post_type’] == ‘galeria’){
    include ‘taxonomy.php’;
    }.

    Awesome fix anyway, its stupid how much time this have taken from me and many people.

  • The topic ‘It can get more generic’ is closed to new replies.