/** * Author: Shadow Themes * Author URL: http://shadow-themes.com */ # Enqueue Styles and Scripts if ( ! function_exists( 'ashade_child_enqueue_styles' ) ) { add_action( 'wp_enqueue_scripts', 'ashade_child_enqueue_styles' ); function ashade_child_enqueue_styles() { # Define Parent Style $parent_style = 'ashade-style-parent'; wp_enqueue_style( $parent_style, get_template_directory_uri() . '/style.css' ); # Define Child Styles wp_enqueue_style( 'ashade-style-child', get_stylesheet_directory_uri() . '/style.css', array( $parent_style ), wp_get_theme()->get('Version') ); } } Example Post for WordPress – César Cara

Example Post for WordPress

This is a sample post created to test the basic formatting features of the WordPress CMS.

Subheading Level 2

You can use bold text, italic text, and combine both styles.

  1. Step one
  2. Step two
  3. Step three

This content is only for demonstration purposes. Feel free to edit or delete it.

Ir a Arriba
Cerrar Zoom