• 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

add content after first post?

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 › add content after first post?

This topic is: resolved
  • This topic has 1 reply, 1 voice, and was last updated 10 years, 7 months ago by SharonHujik.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • May 2, 2015 at 2:18 pm #149853
    SharonHujik
    Member

    using Lifestyle Pro and trying to add content immediately below the first post on the homepage.

    Here is what I've added to the functions.php

    /*add advertisement after first post only*/
    
    function after_first_post_ad($post_count) {
    if ( is_front_page() && is_home() ) {
        if ($post_count == 1) { ?>
    	[ADSENSE CODE HERE]
        <?php }
      }
    }
    
    add_action('genesis_after_entry', 'after_first_post_ad');

    Any tips on why this isn't working?

    http://www.onehundreddollarsamonth.com/
    May 2, 2015 at 2:53 pm #149855
    SharonHujik
    Member

    success - found this post (just changed is_archive to is_home)

    <?php
    global $wp_query;
    if( ($wp_query->current_post == 0) && is_archive() ) {
    ?>
    <div>
    // insert your ad code here
    </div>
    <?php
    }
    ?>
  • Author
    Posts
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘add content after first post?’ is closed to new 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