久青草国产观看在线视频,在线观看欧美日女,777毛片,亚洲国产精品99久久久久久久

WordPress 另一種加載父主題樣式的方法

2018-09-05 wordpress經(jīng)驗(yàn)
  • 文章介紹
  • 快速入門
  • 評(píng)價(jià)&建議

有些時(shí)候?yàn)閭€(gè)性化主題,我們會(huì)制作子主題方便修改主題功能外觀,而不用修改原主題,通常我們會(huì)用:

  1. @import?url(?‘../parent-theme-folder/style.css’?);

這種方式加載父主題的樣式。

詳見:

但使用@ import方式加載樣式也有一定的缺點(diǎn),比如:加載慢等。

我們可以使用另一種加載父主題樣式的方法:

  1. add_action(?‘wp_enqueue_scripts’,?‘my_parent_theme_css’?);
  2. function?my_parent_theme_css()?{
  3. ????wp_enqueue_style(?‘child-style’,?get_stylesheet_uri(),?array(?‘parent-style’?)?);
    1. add_action(?‘wp_enqueue_scripts’,?‘my_enqueue_styles’?);
    2. function?my_enqueue_styles()?{
    3. ????/*?If?using?a?child?theme,?auto-load?the?parent?theme?style.?*/
    4. if?(?is_child_theme()?)?{
    5. ????????wp_enqueue_style(?‘parent-style’,?trailingslashit(?get_template_directory_uri()?)?.?‘style.css’?);
    6. /*?Always?load?active?theme’s?style.css.?*/
    7. ????wp_enqueue_style(?‘style’,?get_stylesheet_uri()?);
      1. add_action(?‘wp_enqueue_scripts’,?‘my_dequeue_styles’,?11?);
      2. function?my_dequeue_styles()?{
    8. }
0 0

企業(yè)建站推薦正版商業(yè)主題,國內(nèi)專業(yè)團(tuán)隊(duì)開發(fā),完善售后,是您不二選擇。

正版主題商店

主題貓WP建站,累計(jì)幫助1300+客戶成功建站,為站長(zhǎng)提供支持!

立刻開啟你的建站之旅
QQ在線客服

服務(wù)熱線

wordpress建站咨詢