Hi im using EvoPlayze 1.0 theme, and i want to add few more custom fields like skype, gender and city. I will attach image how it look now. Im just wondering how to add this 3 custom files and to fit with the theme.
here is the html code. Also i wold like to know what other kind of information can be added there.
<div class="another-profilefield">
<div id="" style="float:left; display:inline-block; color: #b4b7c4;"> Days Won</div>
<div id="" style="float:right; display:inline-block;color:#777984 !important; ">{$comment->author()->getReputationDaysWonCount()}</div>
</div>
<div class="another-profilefield">
<div id="" style="float:left; display:inline-block; color: #b4b7c4;"> Member Id</div>
<div id="" style="float:right; display:inline-block;color:#777984 !important; ">{$comment->author()->member_id}</div>
</div>
<div class="another-profilefield">
<div id="" style="float:left; display:inline-block; color: #b4b7c4;"> Joined</div>
<div id="" style="float:right; display:inline-block;color:#777984 !important; ">{$comment->author()->joined}</div>
</div>