Resources
You have found my resources vault! This is where I store any information I think is important! From e-courses I recommend, plugins I use, songs for home videos, and my business must-haves. Explore around and you may find something useful!
HomeschoolFlock
Flock is a library of ready-made lessons and resources on any topic imaginable. It gives you access to thousands of lessons that other families have shared and access to a private mentorship community of hundreds of like-hearted parents.
CodeReorder By Term in custom taxonomy page query with ‘meta_key’
function filter_product_tax( $query ){
if( $query->is_tax('product-category')):
$query_object = get_queried_object();
$slug = $query_object->slug;
$query->set('orderby', 'meta_value_num title');
$query->set('order', 'ASC');
$query->set('posts_per_page', 24);
$query->set('meta_key', '_reorder_term_product-category_' . $slug . '');
return;
endif;
}
add_action('pre_get_posts', 'filter_product_tax');
Homeschool — Blog Articles I LoveWhat to Do with a Toddler During Homeschool
Toddlers can be incredibly disruptive and difficult to manage while you’re trying to homeschool. She shares a few ideas that have helped them.
HomeschoolHome-Centered Learning
A blog with all kinds of great articles on having a home-centered learning experience for your kids.
Homeschool — Preschool
Joy School
It is a great way to be actively involved in your own child’s preschool experience while still following a sort of curriculum. It is all about teaching your Children Joy and each lesson plan includes step-by-step instructions, original songs, stories, games and activities!