In Genesis Facebook group a user asked, I am really not a coder and need some help resolving an issue. I am not even certain I am framing my question properly, but here goes. I am in the process of redesigning and converting a site utilizing a non-Genesis custom child theme to a Genesis child […]
genesis_post_title_text
How to add Author Name in Post Title Links in Genesis
In the comments section, a user asked: It is for an art collection. There are 400+ artists (authors/users) with various posts associated with them. I am showing the featured image but the post title under it and a link to view more. I want to add the artist name next to the post title but […]
How to add line breaks in Entry titles in Genesis
Want to set titles for Posts, Pages or CPTs having <br/>? When <br/> is used in titles, WordPress is going to strip it off. Genesis has a genesis_post_title_text filter which can be used to set a title other than what’s entered in the WordPress backend. Before: After: Below example shows how titles can be set […]
How to add Blog Title before Page titles in Genesis
Tom Finley asks https://twitter.com/tomfinley/status/492432218770669568 We can use the genesis_post_title_text filter to add custom content before and/or after entry titles in Genesis. In this article I share the code to add “blog title: ” before Page titles. Screenshots Before: After: (where ‘Genesis Framework’ is the blog title of my test site) Code in child theme’s functions.php: […]
Recent Comments