帝国cms灵动标签设置没有缩略图则显示指定目录下的/随机缩略图随机图片地址

时间:2024年04月24日

/

来源:网络

/

编辑:佚名

帝国cms灵动标签设置没有缩略图则显示指定目录下的/随机缩略图随机图片地址代码:
[e:loop={0,8,3,1,'','rand()'}]
<?php $style = rand(1,9); ?>
<li><a href="<?=$bqsr['titleurl']?>"><img src="<?=$bqr[titlepic]?$bqr[titlepic]:'<?=$public_r['add_zhann_cn_url']?>/random/'.$style.'.jpg'?>" /><p><?=esub($bqr[title],21)?></p></a></li>
[/e:loop]
[e:loop={0,3,3,0,'isgood=1','newstime DESC'}]
                <a target="_blank" title="<?=$bqr['title']?>" href="<?=$bqr['titleurl']?>">
<?php $style = rand(1,3); ?>
                    <img loading="lazy" src="/skin/zhann/images/ttp<?=$style?>.png?>" alt="<?=$bqr['title']?>">
                    <h2><?=$bqr['title']?></h2>
                    <span><?=date("m-d",$bqr[newstime])?></span>
                    <p><?=$bqr['smalltext']?></p>
                    <font>立即阅读</font>
                    <em>w</em>
                </a>
[/e:loop]
说明:
PHP设置变量,随机1-100之内任意一个数字,并且在缩略图标签中设定好的图片路径输出随机变量.$style.’
猜你需要

豫ICP备2021026617号-1  豫公网安备:41172602000185   Copyright © 2021-2028 www.78moban.com/ All Rights Reserved

本站作品均来自互联网,转载目的在于传递更多信息,并不代表本站赞同其观点和对其真实性负责。如有侵犯您的版权,请联系 1565229909#qq.com(把#改成@),我们将立即处理。