• 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

varickdesign

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 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • January 22, 2013 at 12:08 pm in reply to: How to specify a catgeory on your home page #13744
    varickdesign
    Participant

    Not sure if you were able to figure out your issues but check out this link for more info on the grid.

    http://wpsmith.net/2013/genesis/genesis-grid-loop-in-genesis-1-9/

    January 17, 2013 at 10:43 am in reply to: Grid Loop in Genesis 1.9 not working on pages #12642
    varickdesign
    Participant

    @billerickson

    Thanks for following up - for some reason we did not see your reply but we were able to figure out before your reply came up.

    Here is what we did which goes with what you replied back.

    Thanks again for your generosity and knowledge.

    January 16, 2013 at 3:22 pm in reply to: Grid Loop in Genesis 1.9 not working on pages #12425
    varickdesign
    Participant

    @billerickson,

    Sorry one last item. Pagination.

    Reworked the code you put up but we are now having an issue with pagination.
    Here is the code we are using:

    We have added:
    'paged' => get_query_var( 'paged' ),

    and

    genesis_posts_nav();

    But not working. Any help would be greatly appreciated.

    Thanks

    January 16, 2013 at 12:54 pm in reply to: How do I create a Child Theme with Homepage? #12364
    varickdesign
    Participant

    There is a whole bunch of ways to code that home.php. Other than a slider is there anything else you are looking for on the home.php?

    January 16, 2013 at 10:28 am in reply to: Grid Loop in Genesis 1.9 not working on pages #12322
    varickdesign
    Participant

    @daviddecker,

    I sent in a support ticket can you cancel that?

    Thanks

    January 16, 2013 at 10:08 am in reply to: Grid Loop in Genesis 1.9 not working on pages #12317
    varickdesign
    Participant

    @billerickson,

    Thanks for replying.

    So based on the coding you rewrote on gist you suggest using new WP_Query. That makes perfect sense and we are more acclimated to using this because of our development in Thesis.

    Thanks for posting up the code - we can take it from here.

    Appreciate your input. BTW - you were one of the reasons we were able to get going in Thesis and when you moved over to Genesis we followed also.

    Thanks again for your contributions.

    January 16, 2013 at 9:43 am in reply to: Grid Loop in Genesis 1.9 not working on pages #12308
    varickdesign
    Participant

    David,

    Thanks for following up and pinging Bill and Travis.  We were going to do that ourselves but figured we should follow some protocol on the forums.

    Just out of curiosity.

    "Due to changes in WordPress core the custom grid loops in Genesis became an issue."

    Was is it the core that changed or has it been that the Grid has always been inefficient or awkward that necessitated the change?

    "Plugins like that from Bill Erickson do the queries the WordPress way and displaying the output via CSS column classes – which is the future-proof way to go".

    A plugin that has been designed like this by Bill is that a core product of Genesis or is it separate?   BTW we did try using the grid plugin but it did not address our query.

    Thanks again for following up.

    January 16, 2013 at 9:16 am in reply to: Grid Loop in Genesis 1.9 not working on pages #12298
    varickdesign
    Participant

    David,

    Thanks for replying.

    We are not using the plugin ( http://wordpress.org/extend/plugins/genesis-grid-loop/ )  we are just coding it and we did go over the Travis Smith http://wpsmith.net/2013/genesis/genesis-grid-loop-in-genesis-1-9/ and Bill Erickson tutorials and they are still no help because they don't address the issue.

    What we are doing is querying for pages with a meta and then sorting and then placing after the main page content.

    Any help would be appreciated.

    Thank you

    January 15, 2013 at 3:04 pm in reply to: Home.php Not Working #12112
    varickdesign
    Participant

    This is an issue with the Grid Loop.

    Place the code below in your functions.php and remove the post_per_page state in your grid loop in your home.php

     

    add_action( 'pre_get_posts', 'wps_limit_loop_to_cat' );
    /**
    * Limit Grid Loop to a Specific Category on a Specific Page
    *
    * @author Bill Erickson
    * @author Travis Smith
    * @link http://www.billerickson.net/customize-the-wordpress-query/
    * @param object $query data
    *
    */
    function wps_limit_loop_to_cat( $query ) {
    // To Limit it on a page, change $post_id
    if( $query->is_main_query() && $query->is_home() ) {

    $query->set( 'posts_per_page', '7' );
    }
    }

    January 15, 2013 at 2:45 pm in reply to: Change home page grid layout.. Quattro Theme #12109
    varickdesign
    Participant

    What version of Genesis are you using?

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

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2025 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