CLear
This commit is contained in:
@@ -50,6 +50,7 @@ switch ( $type ) {
|
||||
break;
|
||||
}
|
||||
?>
|
||||
|
||||
<div class="opalestate-box-content property-agent-section property-author-v2">
|
||||
<div class="opalestate-box">
|
||||
<div class="author-content-box">
|
||||
@@ -59,5 +60,3 @@ switch ( $type ) {
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
@@ -6,10 +6,8 @@
|
||||
$prefix = OPALESTATE_USER_PROFILE_PREFIX;
|
||||
}
|
||||
|
||||
$user_id = $author->ID;
|
||||
$is_sticky = get_user_meta( $user_id, $prefix . 'sticky', true );
|
||||
|
||||
|
||||
$user_id = $author->ID;
|
||||
$is_sticky = get_user_meta( $user_id, $prefix . 'sticky', true );
|
||||
$desciption = get_user_meta( $user_id, 'description', true );
|
||||
|
||||
$roles = opalestate_user_roles_by_user_id( $user_id );
|
||||
@@ -75,7 +73,6 @@
|
||||
</div>
|
||||
</div><!-- /.agent-preview -->
|
||||
|
||||
|
||||
<div class="agent-box-meta">
|
||||
<h4 class="agent-box-title">
|
||||
<a href="<?php echo esc_url( $link ); ?>"><?php echo esc_html( $author_name ); ?></a>
|
||||
@@ -143,11 +140,8 @@
|
||||
<?php if ( $linkedIn && $linkedIn != "#" && ! empty( $linkedIn ) ) { ?>
|
||||
<a class="opalestate-social-white radius-x" href="<?php echo esc_url( $linkedIn ); ?>"> <i class="fab fa-linkedIn"></i></a>
|
||||
<?php } ?>
|
||||
|
||||
</div>
|
||||
|
||||
</div><!-- /.agent-box-content -->
|
||||
|
||||
</div><!-- /.agent-box-->
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
|
||||
Reference in New Issue
Block a user