• 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

staceyzav

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 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • February 20, 2014 at 3:42 pm in reply to: hook for category page #91494
    staceyzav
    Member

    I figured it out! for anyone else who may need it:

    add_action('genesis_before','change_some_actions');
    function change_some_actions() {
     
        if (is_category('7')) {
     
           remove_action( 'genesis_loop', 'genesis_do_loop' );
    add_action( 'genesis_loop', 'my_custom_loop' );
        }   
     
    }
    
    	
    
    /** Code for custom loop */
    
    function my_custom_loop() {
    
     echo 'custom loop here';
    	}
    March 18, 2013 at 8:03 pm in reply to: Agentpress Property Search Not Working #29261
    staceyzav
    Member

    I"m having the same issue.  Using the agentpress search filter doesn't filter anything.  It just pulls up all results.  What step are we missing? @jbash111 did you ever figure it out?

    March 12, 2013 at 11:42 am in reply to: new page template #25672
    staceyzav
    Member

    Never mind - figured it out:

    Here is the new template:

    <?php
    /*
    Template Name: Video Header
    */

    /** Force the full width layout on the Portfolio page */
    ?>
    <?php add_action( 'genesis_after_header', 'videosubhead' ); ?>

    <?php genesis(); ?>

     

    then added the videosubhead HTML and PHP to my functions file!

    March 12, 2013 at 11:26 am in reply to: new page template #25668
    staceyzav
    Member

    I just realized that I kept in a comment from the template I recycled, so /** Force the full width layout on the Portfolio page */ has nothing to do with what I'm trying to do here.

     

    Thanks

    January 22, 2013 at 3:06 pm in reply to: add image to archive page #13840
    staceyzav
    Member

    Actually, I think your second option is going to work better.  Thanks!

    January 22, 2013 at 2:58 pm in reply to: add image to archive page #13837
    staceyzav
    Member

    Thanks for your reply!

    This looks like it is what I need, however it instructs me to add some php code to my archive template.  Would I do this via a hook instead?

    Thanks!

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