• 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

psvj

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
  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • November 21, 2014 at 8:48 pm in reply to: What does the function genesis(); do? #132458
    psvj
    Member

    awesome thanks

    July 29, 2014 at 9:51 pm in reply to: Remove Standard Navbar & Replace with completely custom HTML markup #116304
    psvj
    Member

    great.

    i found the answer here, in case anyone finds this thread through google---->

    http://stackoverflow.com/questions/18828500/customize-genesis-header

    July 29, 2014 at 7:37 pm in reply to: Remove Standard Navbar & Replace with completely custom HTML markup #116297
    psvj
    Member

    Thanks-- do you happen to know how to add a new HTML navbar?

    as in using only html /css that i write?

    November 30, 2013 at 11:42 pm in reply to: Hooks Only in Posts #76390
    psvj
    Member

    Thanks !

    i ended up finding this snippet of code- which did the trick--

    /* Filter the_content() */
    add_filter( 'the_content', 'my_content_filter' );

    function my_content_filter( $content ) {
    if ( is_single()) {
    $content .= ' insert content ';
    }
    return $content;
    }

    November 30, 2013 at 11:41 pm in reply to: How to hide hooks from archive pages #76389
    psvj
    Member

    Thanks Andrea.

    I ended up using this little snippet of code in my theme function.php file--

    /* Filter the_content() */
    add_filter( 'the_content', 'my_content_filter' );

    function my_content_filter( $content ) {
    if ( is_single()) {
    $content .= 'insert content';
    }
    return $content;
    }

    November 27, 2013 at 2:11 pm in reply to: Best Practices for Adding Custom CSS #75925
    psvj
    Member

    thanks!

  • Author
    Posts
Viewing 6 posts - 1 through 6 (of 6 total)

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