• 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

fncll

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 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • November 18, 2017 at 2:56 pm in reply to: Displaying multiple custom fields with the same name #213718
    fncll
    Member

    Thanks. And...bummer. I was really hoping there would be some straightforward way to get the custom fields---they are all attached to the same post---into an array...it seems like this should be a relatively common need, same name or not!

    August 4, 2017 at 3:54 pm in reply to: How to remove titles from one post format in the loop (front page) #210010
    fncll
    Member

    Adding is_front_page doesn't help because I am trying to selectively hide the title on the front page (so that condition is always true). The problem I had with the original code is that it apparently runs once on the front page and whatever the most recent post_format is determines whether the remove_action is run on ALL the posts.

    I ended up selectively hiding posts with CSS instead:

    .post_format-post-format-aside h2.entry-title a {display: none;}

    But I still need to set selectors so it does the same on individual pages, etc. Thanks for the pointers!

    July 16, 2016 at 12:05 pm in reply to: Metro Theme Real Footer Edit #189605
    fncll
    Member

    I'm having the same problem. What hook location should I be using? How can I find this out for myself?

    July 17, 2015 at 8:03 pm in reply to: Adding custom field info to posts #159696
    fncll
    Member

    I tried using a 3rd parameter of 0, 1, 10, 100 -- it moved the content up and down but only below the meta information.

    So I tried using the_content but it clobbered my content rather than adding right after it...how do I not do that? This is my simple code right now:

    add_action('the_content', 'post_add_bio'); 
    function post_add_bio() {
    if (is_single()) {
    echo '<p>' . genesis_get_custom_field('authorbio') . '</p>';
    }
    }
    July 17, 2015 at 7:43 pm in reply to: Adding custom field info to posts #159694
    fncll
    Member

    I've made progress...however, I have to use the XHTML hooks because enabling HTML5 with the Prose theme is causing all kinds of breakage even if I remove all of my custom code and rules.

    I'm now able to add custom fields and did so using genesis_after_post_title

    However, how can I add content after the body of the post but before the meta information (categories, tags, etc)? The genesis_after_post hook is closest but it's still below that meta information...

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

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