• 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

capiedge

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 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • June 10, 2018 at 3:57 am in reply to: Remove structural wrap only in a specific template #220705
    capiedge
    Member

    Many thanks Victor!

    I found an even easier way to accomplish it:

    //Remove selectively the site-inner wrap
    add_filter('genesis_structural_wrap-site-inner', '__return_null');

    Regards.

    May 31, 2018 at 4:51 am in reply to: Looking for advice in integrate a reliable css framework to improve Genesis #220417
    capiedge
    Member

    Hi Sridhar! A pleasure to talk with you!

    A preference? Perhaps Bulma and TailwindCSS are the trendiest options right now, don't you think?

    But in any case, how to prevent the interaction with native Genesis (or WP) classes? I think that the best option is to selectively use only some utilities and not the entire framework (that for sure will cause problems with standard classes declared in Genesis), and maybe taking this in consideration, some frameworks are better than others...

    And, one more doubt, what do you do when you need this kind of utilities? Have you any recommendation?

    October 7, 2013 at 3:31 am in reply to: is_archive() conditional not working from functions.php #65623
    capiedge
    Member

    By the way, here is the solution:

    add_action ('genesis_meta','reordenar_meta_en_archivos');
    function reordenar_meta_en_archivos() {
    	if ( is_front_page() || is_archive() ) { # comprueba si es front page o es archivo
    		remove_action( 'genesis_entry_content', 'genesis_do_post_image', 8 );
    		add_action( 'genesis_entry_header', 'genesis_do_post_image', 8 );
    		remove_action( 'genesis_entry_header', 'genesis_post_info', 12 );
    		add_action( 'genesis_entry_header', 'genesis_post_info', 9 );
    		remove_action( 'genesis_entry_footer', 'genesis_post_meta' );
    		add_action( 'genesis_entry_header', 'genesis_post_meta', 9 );
    	}
    }
  • Author
    Posts
Viewing 3 posts - 1 through 3 (of 3 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