Sometimes you need to extend the functionality of parts of WordPress that were meant to be very basic. One is these areas is the Author Box.
Here’s a code snippet that allows you to add shortcodes to the Author Box in User Profiles for the Genesis Framework.
Some other cool Genesis related code snippets are:
- Help keep visitors on your website by giving them an easy way to navigate to previous and next blog posts
- Pasting content and body copy into the WordPress editor leaves a lot of unnecessary and unwanted code. You can easily prevent this code coming into your editor by enabling the Paste As Text option by default.
What do you think?
Do you have something to say about this post? Give us your opinion, insight, changes, or alternative way of doing something. We'd love to hear from you!
Amar
Works like a charm!
I created a shortcode to show social profile icons at the end of the author bio.
Thanks a lot.
You can see the demo here https://www.geekdashboard.com/record-screen-with-audio-in-windows-10/
(currently showing after author title using genesis_author_box_title filter
Kevin Donnigan
Awesome! I’m glad it helped you out.