Customize template for following and followers

Paste this code /userpro/followers.php in your theme.

if (locate_template('userpro/' . $template . '.php') != '') {
include get_template_directory() . '/userpro/'. $template . '.php';
}
else {
include userpro_sc_path . "templates/$template.php";
}

So it works/gets loaded the same way you customize a standard login.php or view.php template.

Was this article helpful?

Related Articles

Leave A Comment?