• 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

Custom page title for Portfolio projects page and Testimonials page? Centric Pro

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 › Custom page title for Portfolio projects page and Testimonials page? Centric Pro

This topic is: not resolved

Tagged: title testimonials page portfolio page

  • This topic has 6 replies, 2 voices, and was last updated 10 years, 5 months ago by Doug Edgington.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • February 22, 2016 at 6:48 pm #179669
    mbt7070
    Member

    I can't figure out how to change / customize the title of the pages that show all the testimonials & projects. It can't be that hard, but I have looked for solutions to this for well over an hour with no luck. I'm using the Centric Pro theme. This of course is only something that'd be done for a WordPress site that has the custom content types for Testimonials and Projects/Portfolio turned on. I'm not super advanced so I don't know right off the top of my head where I'd stick in the php to change this (and what that php would be) or whatever, that is if I have to.

    These pages do have titles but they're defaults that begin with 'Testimonials . .' and 'Projects Archive . . ' . That's got to change for SEO reasons and besides my boss demands that these titles change. I'm stumped.

    Any advice would be much appreciated.

    February 23, 2016 at 1:37 am #179692
    Doug Edgington
    Member

    Are you referring to custom post types for projects and testimonials? If so, do you plan to use the built in Genesis SEO settings or an SEO plugin like Yoast?


    Doug Edgington
    http://www.dougedgington.com

    February 23, 2016 at 3:40 pm #179746
    mbt7070
    Member

    Well I'm referring to those custom post types, yes. I'm open to using the Genesis SEO settings or the Yoast SEO plugin we have, whatever would work best for us. I just need to know how to change these titles of 'Projects' and 'Testimonials', when these pages show one project/testimonial after another just as blog pages show previews of one blog post after another.

    February 23, 2016 at 4:34 pm #179755
    Doug Edgington
    Member

    If you have SEO Yoast enabled, Genesis SEO settings will be disabled. To adjust the CPT archive headings within SEO Yoast go to: SEO-->Titles & Metas -->Post Types-->Custom Post Type Archives

    If you don't have Yoast enabled, you should be able to use the archive settings to apply Genesis SEO settings.
    For the CPT called Projects, it would be located under Projects-->Archive Settings->Genesis SEO settings.
    If you don't see the archive settings or seo settings, then you may need to enable support for these items for your custom post types.


    Doug Edgington
    http://www.dougedgington.com

    February 23, 2016 at 4:43 pm #179756
    Doug Edgington
    Member

    You can enable support for Genesis SEO settings and Archive settings, by including them in your CPT declaration. An example is below.
    'supports' => array( 'title', 'editor', 'author', 'thumbnail', 'excerpt', 'trackbacks', 'custom-fields', 'revisions', 'page-attributes', 'genesis-seo', 'genesis-cpt-archives-settings' ),

    If you created the CPT's using a plugin and are not able to edit the declaration, you could try something like the following:

    function my_custom_init() {
            add_post_type_support( 'projects', 'genesis-cpt-archives-settings' );
            add_post_type_support( ‘projects’, ‘genesis-seo’ );
        }
    add_action('init', 'my_custom_init');

    Doug Edgington
    http://www.dougedgington.com

    February 24, 2016 at 4:56 pm #179832
    mbt7070
    Member

    Doug - The first paragaph of your second to last response turned out to be just the solution I was looking for. Thank you very much!

    February 25, 2016 at 12:20 am #179859
    Doug Edgington
    Member

    No problem.


    Doug Edgington
    http://www.dougedgington.com

  • Author
    Posts
Viewing 7 posts - 1 through 7 (of 7 total)
  • The forum ‘Design Tips and Tricks’ 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

© 2026 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