• 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

Treefungus

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 7 posts - 21 through 27 (of 27 total)
← 1 2
  • Author
    Posts
  • May 6, 2013 at 8:30 am in reply to: Market for child themes #39528
    Treefungus
    Member

    Thank you for your replies.

    Susan when you write that you and Anita both provide support for some of the community marketplace themes do you mean your own or others too? Just wondering if people come to Studiopress for help on community themes. Just seems support should be provided by the creator of theme. Perhaps it is just because the buyers are not fully aware that it is a community theme?

    Appreciate your feedback.

    January 26, 2013 at 5:00 am in reply to: Move Post Titles above Content/Sidebar Wrap #14977
    Treefungus
    Member

    Hi ameeker

    Did you sort it out? I am having same issue but it seems you sorted it. How did you do get your titles back on the blog archives?

    Thanks

     

    I believe I sorted it. Thanks anyway

    January 14, 2013 at 12:44 pm in reply to: Only show feature image and not image in content #11879
    Treefungus
    Member

    Also tried this but still cannot give it my own div class

    /** Add custom field above page */
    add_action( 'genesis_before_content', 'littledevil_page_image' );
    function littledevil_page_image() {
    if ( has_post_thumbnail() ){
    echo '<div class="imgfeatured">';
    echo the_post_thumbnail( 'full' );
    echo '</div><!-- end .imgfeatured -->';
    }
    }

    January 14, 2013 at 12:03 pm in reply to: Only show feature image and not image in content #11865
    Treefungus
    Member

    Ok I have tried something new which is this code. I am now only picking up post_thumbnail

    /** Add custom field above page */
    add_action( 'genesis_before_content', 'littledevil_page_image' );
    function littledevil_page_image() {
    if ( has_post_thumbnail() )
    the_post_thumbnail( 'full' );
    echo '<div class="imgfeatured">';
    echo '</div>';

    }

    but my styling is not working. I cannot seem to remove my styling that I have made to normal images using img class. I want this specific image to have the imgfeatured style.

    Any help is appreciated.

    Thanks

    December 26, 2012 at 11:37 am in reply to: Customise Post-Info #7488
    Treefungus
    Member

    How embarrassing. I installed that plugin but never used it. I deactivated it and now it is working. I guess it was overriding my code. Silly me.

    Thanks for helping me out

    December 26, 2012 at 9:35 am in reply to: Customise Post-Info #7461
    Treefungus
    Member

    Sorry... here is the correct code. Not sure why the code had changed but I still have a problem.

    /** Add date block before post title */
    add_action( 'genesis_before_post_title', 'custom_post_date' );
    function custom_post_date() {

    if ( ! is_page() ) {
    echo '<div class="post-date">';
    echo do_shortcode( '[post_date format="M j, Y"]' );
    echo '</div><!-- end .post-date -->';
    }

    }

    /** Customize the post info function */
    add_filter( 'genesis_post_info', 'post_info_filter' );
    function post_info_filter( $post_info ) {

    if ( ! is_page() ) {
    return 'By [post_author_posts_link] &middot; [post_comments] [post_edit]';
    }

    return $post_info;

    }

    December 20, 2012 at 1:09 pm in reply to: Genesis Plugins #6483
    Treefungus
    Member

    Appreciate your feedback.

    Thanks

  • Author
    Posts
Viewing 7 posts - 21 through 27 (of 27 total)
← 1 2
« Previous Page

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