Here is how to make it work some what
-
Go in your theme directory and edit author.php
add the :
<?php$author = get_queried_object();
$authorid = $author->ID;
echo do_shortcode( ‘[up_author_profile themes=”flat” id=”‘.$authorid.'”]’ );
?>
at the top after it declares get_header and after the ?>
place required php next line.As for the pictures and avator its not showing.
The about section is not responsive and you can see the effect at:
https://www.abovethefirehouse.com/author/tony/
click my about and see the bleed over.
https://www.ads-software.com/plugins/user-profile/
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Here is how to make it work some what’ is closed to new replies.