This is a nice bookshop near Pittsburgh, Pennsylvania.

There's a lot to like about this bookstore.

The best thing is that the staff put index cards on the shelves for recommendations.

That's always nice when the people that work at the bookstore can give personal recommendations.

They also have some reader book clubs and supply monthly books. The best thing was finding out that each summer they support a reading program for kids. I hope they can do it again this year. If interested in sponsoring this event, contact the store.

https://www.riverstonebookstore.com/

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; }