How To Create A Custom WordPress Theme or Convert HTML to WordPress
Background info: http://www.wpexplorer.com/wordpress-tips-anatomy-wordpress-theme/ —————– the code to call the style.css of a theme would generally be: <link rel=”stylesheet” type=”text/css” media=”all” href=”<?php bloginfo( ‘stylesheet_url’ ); ?>” /> (assuming that you followed the standard folder and file structure) put this in your header.php —————— the menu code should go at the bottom of header.php and include the […]
Read More