<div
class
=
"top_new"
>
<div style=
"padding-top:30px;"
></div>
<?php
if
( have_posts () ) :
the_post();
?>
<!--アバター-->
<div
class
=
"prof_img2"
>
<?php
$prof_photo_id
= get_the_author_meta(
'prof_imgs'
);
$prof_photo_img
= wp_get_attachment_image_src(
$prof_photo_id
,
'prof_img2'
);
echo
'<img src="'
.
$prof_photo_img
[0] .
'">'
?>
</div>
<!--ニックネーム-->
<div
class
=
"prof_title"
><?php the_author_meta(user_nicename); ?></div>
<div
class
=
"prof_posi"
>SOL Market Department</div>
<div
class
=
"prof_comment"
>
<div
class
=
"prof_comment_box"
> <div
class
=
"prof_comment_box_in"
>
<?php
$user_data
= get_userdata(
$author
);
echo
wpautop(
$user_data
->description );
?>
<?php
echo
wpautop(get_the_author_meta(
'user_description'
));
</div>
</div></div>
</div
class
=
"top_new"
>
<?php
endif
;
?>
<?php wp_reset_query(); ?>