Hi, my site uses the Integrity stack of the X theme. I want to make it so the author name in the byline automatically has a link in it to the list of posts by that author. How can I set that up?
Hi @milorose,
Thank you for writing in, you can achieve that by following the guide provided here.
Hope it helps,
Cheers!
It says that guide will only work for the Ethos stack. Does that mean I need to switch to Ethos, or is there a way to make this work on Integrity?
Hi @milorose,
Oh sorry about that, on that code given on the other thread you can update this first two lines:
if ( ! function_exists( 'x_ethos_entry_meta' ) ) :
function x_ethos_entry_meta() {
to this:
if ( ! function_exists( 'x_integrity_entry_meta' ) ) :
function x_integrity_entry_meta() {
Please do keep in mind that this consider as customization, further customization from here falls outside the scope of our support.
Thank you for understanding,
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.