- This topic has 4 replies, 2 voices, and was last updated 9 years, 7 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- The forum ‘Showcase and Feedback’ is closed to new topics and replies.
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.
Community Forums › Forums › Archived Forums › Showcase and Feedback › Duplicate Titles on Posts
Tagged: duplicate titles
Hi StudioPress Members,
I've been struggling on removing the duplicate titles in my posts. See: http://economichedge.com/where-should-i-store-my-gold/ for edification. I am unsure how to eliminate the second title without deleting the <h1> properties of the post. I thought on trying to use the code below but uncertain if that will resolve the issue.
/** Custom post titles */
remove_action( 'genesis_post_title','genesis_do_post_title' );
Thank you in advance!
http://economichedge.comThe second title is within your post content (added manually?). You should remove that from the post editor itself.
Sunshine PRO genesis theme
Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis Themes
Hi Davinder, I think if I don't add the second title the <h1> tags don't mark-up correctly. I could be mistaken but I tried this step before and had no luck. Thanks.
Yeah I looked at the "text" portion and there is only one set of <h1> tags meaning if I delete it without being able to reference the other title it would not have an <h1>. Thanks.
By default, post title is assigned h1 tag automatically. Hence, there is no need to manually add h1 tag within post content (there you should follow h2, h3, h4 follow).
Sunshine PRO genesis theme
Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis Themes
© 2025 WPEngine, Inc.