如何在php bootstrap中为特定页面宽度设置代码

时间:2016-03-10 14:06:45

标签: php wordpress width

我正在尝试为我的Wordpress theme移动设备的帖子开发一个独特的布局。我不确定如何在PHP中引用某个页面宽度。

我已经提出了以下代码,但它似乎不起作用。

<?php if( (width == 320) && has_post_thumbnail()) { ?>
.
.
.
} else {
.
.
.
}

请让我知道你的想法。 此致

0 个答案:

没有答案