I’m wondering how I can add custom code to shortcodes,
In particular, for the author shortcode, I would like to add a ‘itemprop=”author”‘ attribute to the tag that has the author name ( <h4 class=”h-author mtn”> author name </h4>, have it be automatically generated as <h4 class=”h-author mtn” itemprop=”author”> author name </h4> )
The theme I’m using is integrity if that’s relevant