Blog

A better way to enqueue stylesheets in Divi Child Theme

A better way to enqueue stylesheets in Divi Child Theme

In the Ultimate Guide to Creating a Divi Child Theme on the Elegant Themes blog, they suggest using this PHP code to enqueue the parent theme stylesheet: function my_theme_enqueue_styles() { wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css'...

read more
Using a .co.nz or .nz domain with WordPress

Using a .co.nz or .nz domain with WordPress

When using wordpress.com to host your WordPress site, it is not currently possible to use a .co.nz or .nz domain. Many people have become frustrated by this as they have already finished building their site only to find out that when they try to connect their NZ...

read more