• 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

Vikram

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
  • June 27, 2013 at 5:39 pm in reply to: Meta Description From Custom Field #48129
    Vikram
    Member

    Yes that solution works for me. Is there an issue with this solution that I can't see?

    Vikram

    June 27, 2013 at 4:25 pm in reply to: Meta Description From Custom Field #48118
    Vikram
    Member

    Thank you Ryan for pointing me in the right direction.

    This is the solution that I came up with:

    In the functions.php, I added a custom function:

    add_action('genesis_meta', 'custom_seo_description');
    function custom_seo_description() {
      if(is_singular('post')) {
        echo '<meta name="description" content="' . get_field('project_summary') . '" />';
      } else if(is_archive()) {
        echo '<meta name="description" content="' . category_description() . '" />';
      } else if(is_singular('competition')) {
        echo '<meta name="description" content="' . get_the_title() . '" />';
      }
    }
    June 10, 2013 at 11:16 pm in reply to: Display only parent categories via shortcode #45177
    Vikram
    Member

    Hey Chris,

    I can't seem to find anything about a genesis_post_categories_shortcode filter?

    Vikram

    March 21, 2013 at 12:45 am in reply to: Remove the post content in Eleven40 theme #29868
    Vikram
    Member

    Sorry, have figured it out.

    I added the filter:

    add_filter( 'the_content', 'my_content' );

    And within the function my_content I added the custom fields.

    March 20, 2013 at 8:02 pm in reply to: Can't disable default menu in Eleven40 Theme #29841
    Vikram
    Member

    Ahh. Brilliant! Thank you very much.

    The documentation that comes with that theme should be updated to reflect this. Currently it says:

    How to set up the navigation menu
    In the eleven40 theme, the default menu areas are not used in the demo. You may disable the Primary menu under Genesis -> Settings -> Navigation.

    Again, thank you!

  • 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