标签: php wordpress width
我正在尝试为我的Wordpress theme移动设备的帖子开发一个独特的布局。我不确定如何在PHP中引用某个页面宽度。
Wordpress theme
PHP
我已经提出了以下代码,但它似乎不起作用。
<?php if( (width == 320) && has_post_thumbnail()) { ?> . . . } else { . . . }
请让我知道你的想法。 此致