• 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

editing the MORE TAG with advertising code (help needed!)

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 › editing the MORE TAG with advertising code (help needed!)

This topic is: not resolved

Tagged: functions.php, genesis, more tag, php

  • This topic has 1 reply, 2 voices, and was last updated 11 years, 1 month ago by Andrea Rennick.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • January 29, 2014 at 8:27 am #87669
    komanderkin
    Member

    hi everyone!

    on my old wordpress theme, i was able to insert advertising code after the <!--more--> tag.

    the idea is to have an advertisement in the post which displays exactly were the <!--more--> tag was inserted. i've tried getting this to work in Genesis, but i can't figure it out.

    here's the code which was added to functions.php on my old wordpress site:

    function adsense_added_at_more_tag($text) {
    if( is_single() ) :
    $ads_text = 'AD CODE GOES HERE';
    $pos1 = strpos($text, '<span id="more-');
    $pos2 = strpos($text, '</span>', $pos1);
    $text1 = substr($text, 0, $pos2);
    $text2 = substr($text, $pos2);
    $text = $text1 . $ads_text . $text2;
    endif;
    return $text;
    }

    any ideas how to get this to work in Genesis?

    April 8, 2014 at 3:52 pm #99202
    Andrea Rennick
    Member

    I can't see anything in the code snippet that actually adds the function to the more tag itself.

    Perhaps that's what you're missing?


    **forum signature**
    If you need technical support for your theme please file a ticket.

    The forums are community based. Staff only monitors the forum for issues relating to the forum itself and to redirect users to where they need to go.

  • 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