• 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

Minimum Pro Portfolio Page

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 › General Discussion › Minimum Pro Portfolio Page

This topic is: not resolved

Tagged: minimum pro

  • This topic has 3 replies, 4 voices, and was last updated 10 years, 2 months ago by Brad Dalton.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • May 17, 2015 at 10:50 am #152493
    Tim.S
    Member

    Hi there:

    Curious if the portfolio "page" can have a customized meta title and description? And whether any text can be added such as in a regular post - page. If I recall correctly, the portfolio "page" is dynamically generated. The current meta title reads Portfolio Archive - Site Name.

    Thanks

    Tim

    May 17, 2015 at 5:41 pm #152509
    brock
    Member

    Have you tried using the custom fields in the Portfolio post type? They are toward the bottom. Once you add the fields you want you need to hook them somewhere in the loop. You can do that by adding this to your functions.php file:

    add_action( 'genesis_entry_header', 'bc_add_custom_field' );
    function bc_add_custom_field() {
    	the_meta();
    }

    Then you will probably want to add some CSS styling to it. Here's what I did:

    /* Custom Post meta
    ********************************************/
    .post-meta {
    	margin-bottom: 15px;
    }
    
    .post-meta li {
    	list-style: none;
    	display: inline;
    	margin: auto;
    }
    
    .post-meta-key {
    	font-weight: bold;
    }

    Of course you can style it however you see fit. Hopefully I haven't misunderstood your question here.

    May 18, 2015 at 11:01 pm #152670
    Graham
    Member

    For some reason, when the Portfolio custom post type is added in that theme, support for genesis-cpt-archives-settings is not enabled.

    In functions.php look for ( line 92 ? )

    'supports' => array( 'title', 'editor', 'author', 'thumbnail', 'excerpt', 'trackbacks', 'custom-fields', 'revisions', 'page-attributes', 'genesis-seo' ),

    and replace with

    'supports' => array( 'title', 'editor', 'author', 'thumbnail', 'excerpt', 'trackbacks', 'custom-fields', 'revisions', 'page-attributes', 'genesis-seo', 'genesis-cpt-archives-settings' ),

    This adds a new menu item Archive Settings under the Portfolio menu item.

    If Genesis SEO is enabled, you should then be able to add a custom document title and meta description for your portfolio archive.


    My JustGiving page: https://www.justgiving.com/helping-graham-give

    May 18, 2015 at 11:42 pm #152678
    Brad Dalton
    Participant

    In reference to custom fields and adding unique content from different posts and pages outside the loop, you could also use get_post_meta

    Or

    genesis_get_custom_field


    Tutorials for StudioPress Themes.

  • Author
    Posts
Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘General Discussion’ 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