• 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

Chris

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 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • August 20, 2014 at 3:39 pm in reply to: Best Practice the_content vs. genesis_entry_content #120082
    Chris
    Member

    Cool! Thanks for the advice. I think I'll use the Genesis hook. The only advantage I thought about using the_content filter is that the link would be displayed in RSS feeds and with the Genesis hook I don't think it would be.

    But I know there is another filter for the RSS content so I can just use that as well.


    Chris Reed | [email protected] | http://www.chrisreedtech.com

    August 15, 2014 at 3:06 pm in reply to: Show Latest Posts on front-page.php #119109
    Chris
    Member

    Thanks. I tried that and with no page set it shows the latest blog posts instead of the front-page.php template. Which is weird because I thought the template hierarchy always looked for front-page.php first.


    Chris Reed | [email protected] | http://www.chrisreedtech.com

    August 15, 2014 at 3:01 pm in reply to: Show Latest Posts on front-page.php #119106
    Chris
    Member

    I don't think thats the problem. The function is getting called correctly, it is just returning the home page name instead of the posts for some reason.


    Chris Reed | [email protected] | http://www.chrisreedtech.com

    August 15, 2014 at 2:49 pm in reply to: Show Latest Posts on front-page.php #119101
    Chris
    Member

    Thanks, but that didn't work either. I should have posted this function I have above in the front-page.php:

    //* Add widget support for homepage if widgets are being used
    add_action( 'genesis_meta', 'minimum_front_page_genesis_meta' );
    function minimum_front_page_genesis_meta() {
    
    	if ( is_front_page() ) {
    
    		//* Remove entry meta in entry footer and Genesis loop
    		remove_action( 'genesis_loop', 'genesis_do_loop' );
    
    		//* Add Genesis grid loop
    		add_action( 'genesis_loop', 'minimum_grid_loop_helper' );
    
    		//* Remove entry footer functions
    		remove_action( 'genesis_entry_footer', 'genesis_entry_footer_markup_open', 5 );
    		remove_action( 'genesis_entry_footer', 'genesis_post_meta' );
    		remove_action( 'genesis_entry_footer', 'genesis_entry_footer_markup_close', 15 );
    
    		//* Force full width content layout
    		add_filter( 'genesis_pre_get_option_site_layout', '__genesis_return_full_width_content' );
    
    	}

    Chris Reed | [email protected] | http://www.chrisreedtech.com

    May 27, 2014 at 8:29 am in reply to: Font Style Issues in Minimum Pro #106975
    Chris
    Member

    Contacted support and they suggested I add the CSS below. I'll give it a shot and see if that takes care of it.

    .site-footer a,
    .site-footer p {
    -webkit-font-smoothing: subpixel-antialiased;
    }


    Chris Reed | [email protected] | http://www.chrisreedtech.com

    May 25, 2014 at 4:30 pm in reply to: Font Style Issues in Minimum Pro #106720
    Chris
    Member

    Safari on OSX


    Chris Reed | [email protected] | http://www.chrisreedtech.com

    April 22, 2014 at 9:33 am in reply to: Notice: Trying to get property of non-object in /wp-includes/post-template.php #101870
    Chris
    Member

    Thanks again for the response.

    I believe I did copy the code correctly--I just added the widget area to my front-page.php template instead of the featured-widgets.php because I only want the featured items to show up on my home page.

    To test last night I did add a couple of other widgets (i.e. text or featured page) to the widget area and they displayed without generating the notice. So it is related to adding the featured post widget to the widget area to display the portfolio items. As soon as I drop in the featured post widget--even if I select no items to display I'll get the notice.

    Thanks again for the help!

    -Chris

    functions.php:
    https://www.dropbox.com/s/eoav3szct33ynb4/functions.php

    front-page.php:
    https://www.dropbox.com/s/zd1ewum5qhkkhy3/front-page.php


    Chris Reed | [email protected] | http://www.chrisreedtech.com

    April 21, 2014 at 6:44 pm in reply to: Notice: Trying to get property of non-object in /wp-includes/post-template.php #101767
    Chris
    Member

    Thanks Brad. I was actually using your tutorial for creating a widget area with hover effects for portfolio items:

    http://wpsites.net/web-design/custom-portfolio-template-with-hover-effects-using-genesis-featured-posts-widget/

    I believe the code that is causing the crash is when I apply the markup to the widget area:

    
    //* Add markup for portfolio widgets
    function minimum_featured_portfolio() {
    	
    	genesis_widget_area( 'featured-portfolio', array(
    		'before' => '<div id="featured-portfolio" class="featured-portfolio widget-area"><div class="wrap">',
    		'after'  => '</div></div>',
    	) );
    
    }

    Chris Reed | [email protected] | http://www.chrisreedtech.com

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