add_action( 'wp_enqueue_scripts', 'my_theme_enqueue_styles' ); function my_theme_enqueue_styles() { $parenthandle = 'twenty-twenty-five-style'; // This is 'twenty-twenty-five-style' for the Twenty Twenty-five theme. $theme = wp_get_theme(); wp_enqueue_style( $parenthandle, get_template_directory_uri() . '/style.css', array(), // if the parent theme code has a dependency, copy it to here $theme->parent()->get('Version') ); wp_enqueue_style( 'custom-style', get_stylesheet_uri(), array( $parenthandle ), $theme->get('Version') // this only works if you have Version in the style header ); } Astles.com – Astles Home Page
Family Crest (so says Google)

Hello. You’ve found the Astles, Astle, etc. site. This is a family website and we’re not a commercial entity in anyway. There isn’t a whole lot here right now, just what I’ve found searching, or if it’s something to do with me there was less searching involved. If you are an Ast* or Ast* adjacent and would like to contribute, I’d be happy to add more to the website.

Apologies if you an astle (without the ‘s’). When I registered this website it didn’t occur to me to register astle.com way back when. Someone else owns that site, a realtor out of Kansas (USA). It would seem that housing is cheap in Kansas, compared to where we live. Anyway, if you’re looking for a home in Kansas, check them out.

As for myself, I’m in Canada which is why you’ll find this page via astles.ca (Looks like I missed out on astle.ca too) when I get around to configuring it.