• 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

kworthington

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 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • August 6, 2017 at 8:43 am in reply to: Aspire Pro theme – Setting a non-home page as the Blog posts page #210046
    kworthington
    Member

    Thanks Brad, that worked perfectly. Have a great day!

    May 24, 2017 at 2:03 pm in reply to: Foodie Pro .site-description is garbled on mobile #206939
    kworthington
    Member

    You are absolutely right! Thanks so much!

    March 24, 2014 at 7:44 am in reply to: Modern Portfolio not show blog post dates #96393
    kworthington
    Member

    Please disregard. I got it.

    The effect of uncommenting:
    remove_action( ‘genesis_before_post_content’, ‘genesis_post_info’ );

    and adding:

    function genesischild_post_info($post_info) {
    $post_info = 'Posted on [post_date]';
    return $post_info;
    }
    add_filter( 'genesis_post_info', 'genesischild_post_info' );

    Makes it just show the date. Thanks everyone for your help. I really appreciate it.

    March 24, 2014 at 7:41 am in reply to: Modern Portfolio not show blog post dates #96391
    kworthington
    Member

    Thanks for the reply. Those ideas did not work for me, though I did fix my CSS, so thanks for that.

    I had this in my functions.php:

    remove_action( 'genesis_before_post_content', 'genesis_post_info' );

    The above removes the date of the post and the "Leave a Comment" link. We want that link gone, but we want to leave the date. Any ideas?

    March 23, 2014 at 7:38 pm in reply to: Modern Portfolio not show blog post dates #96293
    kworthington
    Member

    No, it still does not show up, even without the conditional.

    March 23, 2014 at 7:19 pm in reply to: Modern Portfolio not show blog post dates #96286
    kworthington
    Member

    Thanks for the reply, but that didn't add the dates. URL: http://tracyguarino.com/tracy-guarino-new-ceo-forcex-inc/ … for example...

    March 17, 2014 at 12:31 pm in reply to: Modern Portfolio not show blog post dates #95346
    kworthington
    Member

    Thanks for your replies.

    In Settings > Reading, I have the "A static page (select below)" radio button selected: Home as the Front Page, and "Blog" as the Posts Page.

    I deactivated all plugins. It did not have any effect on showing the dates for posts.

    I am not using any custom templates.

    Any other ideas? I have already run out of ideas myself.

    March 16, 2014 at 1:14 pm in reply to: Modern Portfolio not show blog post dates #95190
    kworthington
    Member

    http://tracyguarino.com/

    March 12, 2014 at 4:55 pm in reply to: Show only Blog Post titles – Agency #94529
    kworthington
    Member

    That code was perfect and works verbatim. Thanks so much Carrie! 🙂

    January 24, 2014 at 3:03 pm in reply to: Category pages to show teasers #86881
    kworthington
    Member

    I am trying to do this as well, but it just show the thumbnails.

    Here is a screenshot of my settings:
    http://gyazo.com/394e3050558ca4b77b179af9b2359909.png

    This is the category page in question:
    http://everydaywithjoy.com/category/food-as-fuel

    I also tried Bill Erickson's Genesis Grid plugin as well as the Genesis Post Teasers plugin to accomplish this. Any help is really appreciated since I'm running out of ideas.

    Thanks very much.

    November 7, 2013 at 7:44 am in reply to: Adding a Landing Page to PixelHappy but don't want the footer widgets #71462
    kworthington
    Member

    YES! That's it! Thanks so much Carrie!

    November 7, 2013 at 6:56 am in reply to: Adding a Landing Page to PixelHappy but don't want the footer widgets #71458
    kworthington
    Member

    Thanks for your reply.

    Yes, I tried that by itself, but it didn't remove the 3 footer widgets.

    I'm not sure if this helps, but here is a screenshot of the Widgets area with the footer widgets supplied by pixelhappy theme:
    Screenshot of Footer Widgets from WIdgets area

    May 24, 2013 at 12:37 pm in reply to: "Leave a Comment" Code Snippet doesn't work #42510
    kworthington
    Member

    Thanks, WiggleChicken - I appreciate the reply.

    My client actually decided that the LEAVE A COMMENT block shouldn't be at the top of the Executive theme's posts, so I simply removed it. If this comes up again, I will certainly submit a support ticket.

    Thanks again.

    May 24, 2013 at 9:40 am in reply to: "Leave a Comment" Code Snippet doesn't work #42485
    kworthington
    Member

    I am having the same problem - changing "Leave a Comment" to simply "Comments" - though I am using a different snippet:

    //* Modify comments header text in comments
    add_filter( 'genesis_title_comments', 'custom_genesis_title_comments' );
    function custom_genesis_title_comments() {
    $title = '<h3>Comments</h3>';
    return $title;
    }

    This is on the Executive child theme. I'd really appreciate some help. Thanks.

    May 22, 2013 at 8:43 pm in reply to: Tagline description in Executive theme not showing #42280
    kworthington
    Member

    Got it working, please disregard. Thanks.

    May 22, 2013 at 8:04 pm in reply to: Tagline description in Executive theme not showing #42278
    kworthington
    Member

    Update: this is only happening on the homepage.

    I also tried setting the "Homepage Document Title:" on the "Genesis - SEO Settings" page.

    Still with no luck. Help is much appreciated! Thanks.

    May 22, 2013 at 7:30 pm in reply to: Tagline description in Executive theme not showing #42275
    kworthington
    Member

    I'm running into this same problem, and I did remove that function but it still isn't showing anything between the title tags.

    Here is the site: http://fly.codeshippers.com/

    Any help is extremely appreciated!

    January 24, 2013 at 8:00 pm in reply to: Best practice for displaying a different header image on each page? #14509
    kworthington
    Member

    Yes, that got me on track - thank you!

    For anyone else using Pixel Happy specifically, I used:

    .page-id-25 .header-image #title-area, .header-image #title-area #title, .header-image #title-area #title a {
    background-image: url(http://mydomain.com/wp-content/uploads/2013/01/Page25Header.png);
    background-position: initial initial;
    display: block;
    float: left;
    width: 960px;
    height: 120px;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    overflow: hidden;
    background-repeat: no-repeat no-repeat;
    }

    January 24, 2013 at 5:23 pm in reply to: Best practice for displaying a different header image on each page? #14457
    kworthington
    Member

    Thanks John, I'll check it out.

  • Author
    Posts
Viewing 19 posts - 1 through 19 (of 19 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