• 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

Education theme hooks not unhooking

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

Community Forums › Forums › Archived Forums › Design Tips and Tricks › Education theme hooks not unhooking

This topic is: not resolved

Tagged: filters, genesis, hooks, remove_action

  • This topic has 3 replies, 2 voices, and was last updated 12 years, 3 months ago by rfmeier.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • January 23, 2014 at 12:19 pm #86667
    lagomdesign
    Member

    I cannot get many elements to remove using the normal methods. For example, adding

    remove_action( 'genesis_after_post_content', 'genesis_post_meta' );

    has yet to remove the post_meta. I’ve tried it on a Custom Post Type archive page. For kicks I put in the theme’s functions.php. But no effect anywhere.

    I am getting the same results (meaning no results) with some filters,

    add_filter('genesis_footer_creds_text', 'ld_right_footer_text');
    function ld_right_footer_text( $creds )
    {
    	$creds = __('Site design by', 'genesis') . ' <a href="http://lagomdesign.com" title="Lagom Design: Building POWERFUL Brands" target="_blank">Lagom Design</a>';
    	return $creds;
    }

    gets me nowhere. Anyone have any idea why Education would handle this any differently?

    WP 3.8
    Genesis 2.0.2
    Education 2.0.1

    http://lagomdesign.net/rodrockhomes/
    January 23, 2014 at 4:44 pm #86704
    rfmeier
    Member

    Hello,

    The action 'genesis_after_post_content' is a pre-Genesis 2.0 hook.

    Try using:

    add_action( 'genesis_entry_footer', 'genesis_post_meta' );

    Hope this helps. Good luck.


    Ryan Meier – Twitter

    January 23, 2014 at 4:51 pm #86707
    lagomdesign
    Member

    Thanks Ryan.

    I think the 'genesis_entry_footer' is only for HTML5-compatible themes, which Education isn't currently. I went ahead and dropped that in, and it didn't kill the post_meta.

    The XHMTL-HTMS5 change doesn't explain why the 'footer_creds_text' filter ins't working either.

    Weird.

    January 23, 2014 at 4:59 pm #86708
    rfmeier
    Member

    That is right.

    I forgot genesis 2.0+ doesn't necessarily mean html5. I may look into this tonight more.


    Ryan Meier – Twitter

  • Author
    Posts
Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Design Tips and Tricks’ is closed to new topics and replies.

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