gpt4 book ai didi

php - 带有媒体查询的 WordPress wp_enqueue 样式表

转载 作者:行者123 更新时间:2023-12-03 02:36:22 25 4
gpt4 key购买 nike

如果需要,我在 html 中使用媒体查询来加载新的网格样式表。我可以将其翻译为在我的functions.php 中工作吗?

wp_register_style('html5blank', get_template_directory_uri() . '/style.css', array(), '1.0', 'all');
wp_enqueue_style('html5blank'); // Enqueue it!


<link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/1140.css" type="text/css" media="all and (min-width: 1200px)" />

最佳答案

参见wp_enqueue_style()在 WordPress Codex 中,最后一个参数特别与 CSS 媒体有关。

wp_enqueue_style('html5blank', false, array(), false, 'all and (min-width: 1200px)');

关于php - 带有媒体查询的 WordPress wp_enqueue 样式表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19319576/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com