• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

julyan

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password
  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • August 31, 2015 at 2:24 pm in reply to: Custom Taxonomy Archive #164162
    julyan
    Participant
    //* adds custom loop for the specific taxonomy
    remove_action('genesis_loop', 'genesis_do_loop');
    add_action('genesis_loop', 'child_main_loop');
    function child_main_loop() {
        global $paged;
        $term = get_queried_object();
        $args = array('post_type' => 'resources', 'taxonomy' => $term->taxonomy, 'term' => $term->slug, 'order' => 'asc', 'paged' => $paged);
        genesis_custom_loop( $args );
    }
    
    //* The blog page loop logic is located in lib/structure/loops.php
    genesis();

    Page 1 works great, but succeeding pages are 404s.

    August 31, 2015 at 2:21 pm in reply to: Custom Taxonomy Archive #164160
    julyan
    Participant

    Summer, thanks for your code. I used the child loop function as it is, but page 2 of the archive returns a 404. Same problem as mmjaeger.

  • Author
    Posts
Viewing 2 posts - 1 through 2 (of 2 total)

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2026 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble