Development
1 Theme Setup
Footer.php Add
Add this to footer.php file Remember this also adds to TOP EDIT WORDPRESS BAR when you are logged in
1 Theme Setup
Add Css With wp_enqueue Functions.php
header.php calls this function.php thru <?php wp_head(); ?> On functions.php file, add this to get css files to header.php This
1 Theme Setup
Adding Header & Footer To Pages
These lines are added to index.php / single.php / page.php