• 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

LucaLogos

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 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • May 10, 2015 at 10:40 am in reply to: [post_comments] or 'comment_reply_link' with #ID #151521
    LucaLogos
    Member

    Okay, here's the solution:

    <a href="<?php the_permalink(); ?>#respond">Reply</a>

    That will create a link directing you straight to reply box.

    Thanks,
    Luca

    May 8, 2015 at 2:53 am in reply to: [post_comments] or 'comment_reply_link' with #ID #150866
    LucaLogos
    Member

    Anybody? 🙂

    Maybe I wasn't clear enough. What I'm trying to do is to add such link:
    http://website.com/page/#respond

    Standard comments link looks like this:
    http://website.com/page/#comments
    so I can't just add another ID to it.

    I don't want to edit standard comment link, but add second one with different ID.

    Luca

    February 15, 2015 at 6:35 am in reply to: Showing comments on homepage #140908
    LucaLogos
    Member

    No, this doesn't work. I've however found a solution:

    remove_action( 'genesis_after_entry', 'genesis_get_comments_template' );
    add_action( 'genesis_after_entry', 'genesis_get_comments_template_after_post' );
    function genesis_get_comments_template_after_post(){
    global $post, $more;
    
    if ( ! post_type_supports( $post->post_type, 'comments' ) )
    return;
    
    if ( is_home() || is_front_page() )
    comments_template( '', true );
    elseif ( is_singular() && ! in_array( $post->post_type, array( 'post', 'page' ) ) )
    comments_template( '', true );
    elseif ( is_singular( 'post' ) && ( genesis_get_option( 'trackbacks_posts' ) || genesis_get_option( 'comments_posts' ) ) )
    comments_template( '', true );
    elseif ( is_singular( 'page' ) && ( genesis_get_option( 'trackbacks_pages' ) || genesis_get_option( 'comments_pages' ) ) )
    comments_template( '', true );
    }
    
    global $withcomments; 
    $withcomments = 1;
    comments_template( ' ', true );
    September 29, 2014 at 7:41 am in reply to: Simple Social Icons default settings #126147
    LucaLogos
    Member

    Well, shame on me. Turns out I didn't replace widget on site after updating php file, so old values still appeared.

    The widget itself works perfectly fine.

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