Viewing 1 replies (of 1 total)
  • Theme Author Richie KS

    (@rkcorp)

    add this to child functions or wp-content/meso-custom-functions.php

    function meso_custom_related_text() {
    return 'MY TEXT';
    }
    add_filter('meso_related_text','meso_custom_related_text');
Viewing 1 replies (of 1 total)
  • The topic ‘Related Posts’ is closed to new replies.