1 >
返回列表 发新帖 回复

[程序咨询] Call the author image to index

楼主
查看 3038 回复 3| 发表于 2019-07-04 01:27:18

I want to show an author image in index page. but I don't know word to call it. 

<!-- Novel Card --> {小说:排序=最新更新;数量=4}
<div class="card col s12">
    <button class="card-save" type="button"><i class="fa fa-bookmark"></i></button>
    <figure class="card-img"> 
        <img class="lazy" src="{templates}/static/image/book.svg" data-src="{小说封面}" title="{小说名字}" alt="{小说名字}">
    </figure>
    <div class="card-header">
        <figure class="card-profile">
           <span style="color: rgb(227, 55, 55);"> <img src="{作者头像}" alt="{作者}" title="{作者}">
</span>        </figure>
    </div>
    <div class="card-body">
        <h3 class="card-title">{小说名字}</h3>
        <p class="card-author"><span class="trn">แปลโดย</span> : {小说作者}</p>
        <p class="card-text"></p>
        <p class="card-text"></p>
        <p class="card-text">{小说简介:60}...</p>
    </div>
    <div class="card-footer">
        <a href="{url}" class="waves-light waves-effect btn"><i class="fas fa-book"></i><span
                class="trn">อ่านเรื่องนี้</span></a>
    </div>
</div>
{/小说}


How to do?

Thanks,

沙发
发表于 2019-07-05 15:40:09

Sorry,

There is no tag at present, we will add it in the next update.


板凳
发表于 2019-07-05 23:56:31

Thank you for update.

地板
发表于 2019-07-13 10:15:57
{小说作者昵称}小说作者的昵称
{小说作者简介}小说作者的简介
{小说作者公告}小说作者的公告
{小说作者用户昵称}小说作者的用户昵称
{小说作者生日}小说作者的生日
{小说作者签名}小说作者的签名
{小说作者头像}小说作者的头像
1 >
返回列表
您需要登录后才可以回帖 登录 | 注册