You can use the genesis_post_info and genesis_post_meta filters in your child theme rather than modify the parent theme frameworks files which will be lost when you update Genesis.
Remove comments link from post info
add_filter( 'genesis_post_info', 'remove_post_info_comments_link' );
function remove_post_info_comments_link($post_info) {
$post_info = '[post_date] by [post_author_posts_link] [post_edit]';
return $post_info;
}
Add comments link to post meta
add_filter( 'genesis_post_meta', 'add_comments_post_meta' );
function add_comments_post_meta($post_meta) {
$post_meta="[post_categories] [post_tags] [post_comments]";
return $post_meta;
}
Note: This code only works with themes running HTML 5 markup.
Related Posts:
- Log in link not showing, Comment Issue
- Posting comment returns 404
- Insert Ads “into” comments section in Genesis Themework
- Commenting in user profile page?
- How do I delete all comments from a specific old blog post?
- How to load and show comments with AJAX instead of pagination?
- Reverse comment pagination numbers
- get recent comments of a particular category
- Hook/Filter before and after comments
- Whitelisting Commenters
- WP_Comment_Query() displays “password protected” comments?
- Is it possible to move a comment that should be a reply to another comment?
- Can I seperate comments from post?
- I have tried using Plugins to remove 72K comments with no success
- Average Score of all ratings in comments
- Making a Comment on a page without being on that page?
- Display commenter’s registration date on comments?
- How do I display the commentor’s first name and last name in the comments?
- show un-approved comments at wordpress front end
- What is the server IP comment hack
- How to add consent checkbox in comment section
- How to add pagination to comments?
- Do I have to have a nonce for a custom comment field?
- Get last seen date/time in wordpress get_comments() [closed]
- WP 4.4.1 allow empty comments via add_action ‘pre_comment_on_post’
- How to get replies of a comment?
- Share comment to twitter after publishing [closed]
- changing comment-page-# to something like review-page-#
- Hide notifications regarding new comments
- Deleting the attached “comment replies” when trashing a comment
- How can I get a list of comments by target
- Are there any “YouTube-styled” commenting systems for WordPress?
- Add filter to comments loop?
- Show comments to unregistered users
- Control panel loads slowly due to 2 slow queries on comment table
- Display complete comment section via post ID
- Comment Pagination Behavior wp_list_comments() – comment ordering and pagination
- Adding character count and limit in comments, modifying labels and fields – jetpack
- Check if comment was successfully submited
- After Submitting Comment Form Shows an Empy Page in WordPress
- Unique User for all visitor, but possibility to comment with unique name
- comments_array filter doesn’t work in some themes
- Change id=”respond” to the comments container
- Comments on Author page
- Link to a User’s Forum Profile From Their Comment
- if user role is then echo text
- strange behavior with comment position
- Safely editing core files
- How to block comments and pings?
- Woocommerce comments subscription [closed]
- Way to count the number of people who have commented on a post?
- Batch approve comments
- Disable comments and pingbacks on old custom post types
- Add paragraph tags to comments
- How to tweak comment fields properly from functions.php
- How to allow duplicate comments?
- Advanced Custom Fields comments [closed]
- How to wrap comment_form $fields in one div?
- Two textareas showing up in comments.php
- How can I grab and show the reader comments of my site
- WordPress comments – delimiter “/” not found
- ask and edit an extra comment field
- Modify links in user comments
- How indicate when a functions was upgraded in relationship to the entire program [closed]
- Empty comments field or
- infinite loop on page with comments after changing comments.php and header.php
- What templates/funtions needed in custom theme to allow comments the new 3.0 way
- Default Gravatar not showing for pings
- How include comment and post count of user in this custom query
- How to filter comments by comment_meta
- Prevent users to delete comments from trash
- How can I hide comment of the authors from their published posts?
- How to customize ‘children comments’ in WordPress?
- How to display replies to his comments in user profile of current user
- Top rated posts Average rating issue
- Disallow Comments
- stop url changing when user comments
- Keep comment author’s name on their comment even when their account is deleted
- How to add a class to comment submit button?
- WordPress Commenting System User access and Security
- Comments.php is not getting called on main blog page
- Allowing comments on author pages
- Comment section not appearing on posts
- How can I see whether a commenter has subscribed to be notified of replies / other comments to a post
- WordPress Comments – Only show part of user name
- Where is the Leave a Comment link set
- Disable comment moderation in multisite
- Broken comments section – WordPress 2014 Theme
- Auto disable comments with custom field
- Need an advice about comments
- I want to fill the comment with the comment count?
- delete user not working
- same comment list for two posts
- Replace do_action() with a normal submit form in comments.php
- How to remove or customize “Comment” in comments form?
- edit-comments.php in Admin – how to change ‘Comments’ title?
- Comments on pages not appearing, even though I enabled them
- check if a comment was made by a registered user
- Stop future commenting on specific post
- comment_approved custom value