• 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

Remobile Pro – genesis_after_entry

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 › Remobile Pro – genesis_after_entry

This topic is: not resolved

Tagged: After Entry, Remobile

  • This topic has 1 reply, 1 voice, and was last updated 8 years, 5 months ago by haggis.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • September 26, 2014 at 1:02 am #125778
    haggis
    Member

    Hello,

    I added

    //* Hook after post widget after the entry content
    add_action( 'genesis_after_entry', 'remobile_after_entry', 5 );
    function remobile_after_entry() {

    if ( is_singular( 'post' ) || is_page(array ( XXX ), 5 ) )
    genesis_widget_area( 'after-entry', array(
    'before' => '<div class="after-entry widget-area">',
    'after' => '</div>',
    ) );
    }

    to functions.php. This worked well in Parallax, so I copied it over to Remobile. XXX are a couple of pages where I want to have this widget area as well. Now, in Remobile, every widget I put into that area is shown twice, as you can see here (the Disclaimer). Is the code above wrong?

    Thank you!

    PS Solved it, the "5" was wrong. Thank you anyway.

    http://kartellblog.de
    September 26, 2014 at 1:10 am #125780
    haggis
    Member

    Oops, that was too quick. Here is the function:

    //* Hook after post widget after the entry content
    add_action( 'genesis_after_entry', 'remobile_after_entry' );
    function remobile_after_entry() {

    if ( is_singular( 'post' ) || is_page(array ( 30474, 29536, 30873, 7802, 29640, 30863, 32019, 32025 ) ) )
    genesis_widget_area( 'after-entry', array(
    'before' => '<div class="after-entry widget-area">',
    'after' => '</div>',
    ) );
    }

    The widgets still show twice (above and below the comments box). Sorry for the confusion

  • 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

© 2023 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