Slide 25
Slide 25 text
function
saaba_insert_bio(
$content
)
{
if
(
!
is_single()
)
{
return
$content;
}
global
$post;
$bio_text
=
wpautop(
get_user_meta(
$post-‐>post_author,
'description',
true
)
);
$avatar
=
get_avatar(
$post-‐>post_author,
72
);
$author_name
=
get_user_meta(
$post-‐>post_author,
'nickname',
true
);