需要将随机图像(在刷新/重新加载的页面上)放置在Wordpress标题横幅上

Need to place Random images (on page refreshed/reloaded) on Wordpress header banner

本文关键字:标题 Wordpress 图像 随机 刷新 新加载 加载      更新时间:2023-09-26

目前我使用带有主题选项的标题横幅,其中我的横幅代码看起来像

<a href="#" target="_blank"><img src="#" alt="" title="" /></a>

我可以在上面的横幅中使用一张图片。

但现在我的广告商希望我使用两张图片,而不是一张(广告链接保持不变),每次加载/刷新页面时,图片都会随机更改。

请在这个问题上帮助我。谢谢

使用php rand(1,2);函数返回1或2,然后使用此随机值在img src上显示图像url。这可能有助于

https://wordpress.org/support/topic/random-imagelogo-on-header