'Sidebar', 'id' => 'Sidebar', 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

' )); } function add_Main_Nav() { register_nav_menus( array( 'primary' => esc_html__( 'Primary', 'shcleveland' ), 'footer' => esc_html__( 'Footer Menu', 'shcleveland' ), 'header_action' => esc_html__( 'Header Action', 'shcleveland' ), ) ); } function shcleveland_theme_setup() { wp_enqueue_style( 'header-style', '/wp-content/themes/shcleveland-theme-1/css/header-style.css' ); wp_enqueue_style( 'content-style', '/wp-content/themes/shcleveland-theme-1/css/content-style.css' ); wp_enqueue_style( 'footer-style', '/wp-content/themes/shcleveland-theme-1/css/footer-style.css' ); } add_action('widgets_init', 'add_widget_support'); add_action('init', 'add_Main_Nav'); add_action( 'after_setup_theme', 'shcleveland_theme_setup' ); Sara R. Cleveland » Like the new look?

Like the new look?

By: Sara Cleveland

As you’ve probably already noticed I’ve been a busy bee the last couple of days revamping the look of the home site and this blog. Content hasn’t changed much (yet), but the look sure has. I decided that what I had going just wasn’t working and, frankly, didn’t really fit with the image I want to cultivate. It just didn’t scream fantasy author, and it didn’t really show off what I can do as a web developer, either. So, double fail. Things are still a work in progress, of course, but I wanted to get the new background and color scheme up ASAP.

Things you can look forward to in the near future:

  • A fully re-done Contact tab
  • New social media links
  • More information about the next book in the Penelope’s Dragon series
  • More frequent blog posts
  • Additional updates to the general look-and-feel of the site

So, with that said, feel free to look around. If you run into any bugs in the site or places where I just dun goofed, please feel free to drop me a line on the Contact form and let me know.

Thanks for reading!