Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个使用我自己的自定义页面修改的子主题,我想更改页面上的 CSS,但是当我放置该<link rel="stylesheet" href="" />部分时,在页面的标题中,我不确定我应该指向哪里链接到。
<link rel="stylesheet" href="" />
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" />