• 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

Joan

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 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • September 25, 2015 at 10:58 pm in reply to: Use of genesis_custom_loop_args #166697
    Joan
    Member

    Ok, never mind. I found out that it ONLY works if you are using genesis_custom_loop. It doesn't modify the default loop.

    So first I have to remove the main loop anyway

    remove_action( 'genesis_loop', 'genesis_do_loop' );
    add_action( 'genesis_loop', 'genesis_custom_loop' );

    Then I can use genesis_custom_loop_args πŸ™‚

    September 25, 2015 at 8:07 am in reply to: Use of genesis_custom_loop_args #166643
    Joan
    Member

    Hi Brad!

    Yeah, that solution works. Thanks so much! But I don't want to remove the loop and create my own.

    I just want to use the filter "genesis_custom_loop_args". It doesn't seem to be working at all, or maybe I'm missing something.

    Any hints, anyone?

    February 28, 2015 at 1:21 am in reply to: Forcing Homepage to be Full Width #142632
    Joan
    Member

    Ok, great! Thanks Greg, I appreciate πŸ™‚

    February 28, 2015 at 12:07 am in reply to: Forcing Homepage to be Full Width #142629
    Joan
    Member

    Hi Greg!

    Is always genesis_meta the recommended hook to use genesis_pre_get_option_site_layout?

    Thanks for your time!

    August 26, 2014 at 11:49 am in reply to: WooCommerce ready child themes #121154
    Joan
    Member

    Oh, I didn't see that link! Thanks Kelly, thanks Ben!

    And thanks everyone else with your help!! πŸ™‚

    August 26, 2014 at 9:03 am in reply to: WooCommerce ready child themes #121120
    Joan
    Member

    Hi Susan!

    Thanks! But I just want WooCommerce ready genesis child themes. I know the Genesis Connect for WooCommerce and thats okay, but I want themes with all the specific CSS for WooCommerce. πŸ™‚

    Thanks again.

    August 26, 2014 at 7:02 am in reply to: WooCommerce ready child themes #121096
    Joan
    Member

    Hi Kelly!

    Thanks for your reply, I was aware of that threat. Nonetheless, I would like some WooCommerce ready themes, not the Genesis connect plugin πŸ™‚

    Something like http://restored316designs.com/product/adorn-theme/, for instance. πŸ™‚

    July 29, 2013 at 7:16 am in reply to: Question about best practices on tweaking Genesis #53058
    Joan
    Member

    And even if you use, say, 5 template files, that’s still easier to debug than looking at the crazy amount of template files in Twenty Twelve.

    lol, absolutely!

    Keep in touch, David!

    July 29, 2013 at 7:01 am in reply to: Question about best practices on tweaking Genesis #53055
    Joan
    Member

    @mmjaeger I think @braddalton means the Pro Plus Packaje

    July 29, 2013 at 6:59 am in reply to: Question about best practices on tweaking Genesis #53054
    Joan
    Member

    Hola David!

    Β‘Su ingles es mejor que mi espaΓ±ol! Y supongo que habla catalΓ‘.

    Yeah, of course. Spanish and Catalan... and my Spanglish πŸ™‚

    Thanks for your opinion, I really appreciate it! The more I dig into this, the more I realise there is no correct or wrong answer. I checked several Genesis Gurus, and each one of them has his own ways to get the job done. I guess the performance issues (if there are any of them) are so minimal that it's just a question of organization and personal preferences.

    I'm guessing that I would rather prefer a clean functions.php... but maybe that's just because I come from non-Genesis-Ay-que-horror world. πŸ˜‰

    Thanks for your thoughts!!

    Joan

    July 29, 2013 at 2:02 am in reply to: Question about best practices on tweaking Genesis #53038
    Joan
    Member

    Hi Brad,

    What about other template files, like category-id.php or archives.php? Do you recommend using conditionals on functions.php or use the template files? Is there any PHP performance issue in doing it like that? Or in the number of queries?

    Let me put an example. Something easy, like remove the entry title on home if you are using an static page. I can use a conditional like that on functions.php:

    add_action('get_header', 'child_remove_page_titles');
    function child_remove_page_titles() {
    if ( is_front_page() )
    remove_action( 'genesis_entry_header', 'genesis_do_post_title' );
    }
    

    That action trigger my child_remove_page_titles() allways (on any single page and post). But the function will do nothing at all, unless it's on the frontpage (but there it is, an "useless" function on 99% of pages and posts).

    The other option is create a front-page.php template file and put in it:

    remove_action( 'genesis_entry_header', 'genesis_do_post_title' );

    It seems cleaner to me, doesn't it? Moreover, I'm not calling my function on every single page and post. Does it make sense?

    That's why I wonder if it's better do it like that. Again, it's my first genesis child theme and I don't know if it's better, I'm just checking I'm going it the best way.

    Thks for all your opinions!!

    PS: Oh, and sorry for my English, I'm from Barcelona, I'm doing my best!

    July 28, 2013 at 10:03 am in reply to: Question about best practices on tweaking Genesis #52966
    Joan
    Member

    Hi David!

    Thanks for your answer. The functions file sounds better, because everything it's in the same file, but some studiopress child themes use front-page.php or home.php. That's why I'm wondering if it's the best way. Also, Bill Erickson use this method.

    Thanks for your point of view, I really appreciate it!

    Joan!

    July 7, 2013 at 11:06 am in reply to: No schema for breadcrumbs in Genesis 2.0 #49651
    Joan
    Member

    Hi Nick!

    Ok, I get it! Better wait and have it right. πŸ™‚

    Meanwhile I'll be using the Yoast breadcrumbs built in his WordPress SEO.

    Thks!

  • Author
    Posts
Viewing 13 posts - 1 through 13 (of 13 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