December 2017
Beginner
458 pages
7h 52m
English
The next thing we will do is include our style sheet:
body{ background:#000; }

<!DOCTYPE html> <html <? php language_attributes(); ?>> <head> <meta charset="<?php bloginfo('charset'); ?>"> <title><?php bloginfo('name'); ?></title> <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>">
The preceding code will get the style sheet from the correct location.
Read now
Unlock full access