php Understrap的儿童主题

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php Understrap的儿童主题相关的知识,希望对你有一定的参考价值。


https://github.com/understrap/understrap/issues/436

<?php

function my_theme_enqueue_styles() {
  $parent_style = 'understrap-styles';
  $parent_theme = wp_get_theme("understrap");
  wp_enqueue_style( 'understrap-styles', get_template_directory_uri() . '/css/theme.min.css', array(), $parent_theme->get( 'Version' ) );
  wp_enqueue_style( 'child-style',
      get_stylesheet_directory_uri() . '/style.css',
      array( $parent_style ),
      wp_get_theme()->get('Version')
  );
}
add_action( 'wp_enqueue_scripts', 'my_theme_enqueue_styles' );

以上是关于php Understrap的儿童主题的主要内容,如果未能解决你的问题,请参考以下文章

php WordPress ::主题:: Divi儿童主题

php 儿童主题的Wordpres功能

php 儿童主题

php 儿童主题

php 儿童主题目录

php 脚本入列儿童主题