• 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

Adding Content to the End of Posts & Pages

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 › Adding Content to the End of Posts & Pages

This topic is: not resolved

Tagged: ender, page, post

  • This topic has 1 reply, 2 voices, and was last updated 11 years, 8 months ago by Sridhar Katakam.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • October 20, 2013 at 4:11 am #67785
    KeithAPearson
    Member

    Despite trying dozens of different plug-ins and other methods, I'm stumped.

    Basically, all I need to do is add a single block of HTML to the end of every page & post, a bit like a signature - the actual purpose is to allow for a 'call to action' button at the bottom of every post & page.

    Obviously I could manually add the HTML to every post & page but if I need to change the content at any point, I'd have to edit every single post and page so I just want one piece of HTML that can be edited.

    Whilst there are a number of plug-ins that allow you to add custom HTML to the end of posts, I can't find anything that allows you to do it on pages too.

    Any suggestions folks?

    October 21, 2013 at 11:50 pm #68146
    Sridhar Katakam
    Participant

    Add this sample code at the end in your child theme's functions.php and adjust.

    add_action ( 'genesis_entry_content', 'sk_add_signature' );
    function sk_add_signature() {
    
    	if ( is_single() || is_page() ) { ?>
    
    		<p>This HTML appears below the content of <strong>Posts</strong> and <strong>Pages</strong>.</p>
    
    	<?php }
    
    }

    Genesis Tutorials | Follow me on Twitter

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

© 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