YAY! It’s working now! Thank you both 😀
Hmmm. Okay, lemme try that. Hang on
The style sheet isn’t loading at all.
And here’s the method I used for loading it (It’s in a file called function.php)
<?php
function learningWordPress_resources(){
wp_enqueue_style(‘style’, get_stylesheet_uri());
}
add_action(‘wp_enqueue_scripts’, ‘learningWordPress_resources’);
No. The problem is with my theme. I can’t get the CSS behind my theme to work. Is there any way to show you the code without just copy and pasting everything?