Other Sites

I have found the below list of websites to be encouraging and helpful. They provide resources for helping kids read and write:

Spark Growth - a facebook page dedicated to helping kids grow through literacy.

Pinterested Parent - a wonderful page with great crafts for kids.

Saturday AM - Manga for everyone - If your kids like to read manga, this is a newer company based in the US. The authors and artists are mostly unknown and this is a great way to support them and give your kids something to read. Be warned, not all the material is appropriate for younger children.

Get Resources for Parents and Teachers

I create material with each story that teachers and homeschool parents can use with their kids. I also have tutorial videos that cover a variety of topics. Of course, I'll also let you know when my newest stories come out and make sure you get my offered discounts.

You have Successfully Subscribed!

add_filter( 'get_the_archive_title', 'custom_clean_archive_title' ); function custom_clean_archive_title( $title ) { if ( is_category() ) { return single_cat_title( '', false ); } elseif ( is_tag() ) { return single_tag_title( '', false ); } elseif ( is_author() ) { return get_the_author(); } elseif ( is_post_type_archive() ) { return post_type_archive_title( '', false ); } elseif ( is_tax() ) { return single_term_title( '', false ); } return $title; }