comments

{{post_author}} is not showing preferred name (Post Page Header)

I have no idea where to look to fix this. I created a post header and set the content to: <h1>{{post_title}}</h1> <div>{{post_date}} by {{post_author}}</div> When I go view the post it is showing the authors username and not the preferred name set in their user profile. Example of what I get: My new blog post … Read more

Customize comments

Hey guys, 1) How do I change the font size of the comments (body/content). Would be nice to do this from the admin. 2) How do I disable (so not hide) the date in the comments? Cheers L

Comment form not showing in page

I create a new page I authorize comments in the page The discussion settings don’t forbid anything Problem: The comment form doesn’t appear in the page Do I need to do something special?

hide comments time metadata

Hi , may i know how to hide GP comment times ? there is code at <div class="entry-meta comment-metadata"> <a href="<?php echo esc_url( get_comment_link( $comment->comment_ID ) ); ?>"> <time datetime="<?php comment_time( 'c' ); ?>"> <?php printf( _x( '%1$s at %2$s', '1: date, 2: time', 'generatepress' ), get_comment_date(), get_comment_time() ); ?> </time> </a> <?php edit_comment_link( __( … Read more

Comments count in the page header

Hi there, I’m trying to insert comment count in a Page Header using a shortcode, I got the comments-count code from your “comments.php” file: <h3 class="comments-title"> <?php $comments_number = get_comments_number(); if ( 1 === $comments_number ) { printf( /* translators: %s: post title */ esc_html_x( 'One thought on &ldquo;%s&rdquo;', 'comments title', 'generatepress' ), '<span>' . … Read more

looking for alt solution to native WP comment functionality

Does anyone have suggestions for an alternative comment function to replace native WP comments? I’ve been trying out options and looking for something for over a year but have yet to find a solution that: doesn’t drag down page load speeds (jetpack) or increase server load require a boat load of customization to work or … Read more

Comment Box above Comments

Hi! Ive been using this awesome theme for a few months now. My website is getting lots of visitors, but I have problem with comments. I want Comment Box to appear after post/page content but before visitors comments. I was trying to edit comments.php. Somehow I managed to add second Box in the right place, … Read more

Comment Box size

Hello, I am trying to make the ‘Comment Box’ – the Comment field that shows at the page bottom when you have Comments enabled – SMALLER. It shows up on my pages as a gigantic box! I don’t know how to make it smaller! I have searched this forum and the Documentation articles for help, … Read more

When to call add_filters?

Hello, I’m trying to remove author, date, category and tag from single posts (but keep them for archive pages). I don’t understand when to call the filters. I tried something like that but it doesn’t work. I guess the after_setup_theme is not the right action. Can you help ? Thank you /* Remove meta on … Read more

No comments available

Hey there! I have a problem with the comments function for my posts. Somehow there is no commenting possible since there´s not comment box available beneath my posts. I already made sure that the “allow comments” function is turned on for all of my posts (of course I updated the posts after that) but it … Read more