Mother in conflict with child in the family room

How to Manage Conflicts Between Your Children

Hey that mine.

I saw it first.

Too bad. Finders keepers. Losers weepers.

No need to even ask if this sounds familiar. It does. But there are ways to manage sibling rivalries. Actually understanding your children’s personality types and preferences can go a long way to keeping the peace.

Guest: Sandra Etherington

Listen below

On Instagram

Website https://familypersonalities.com/

Read Sandra’s article “Navigating Sibling Conflict”

Contact:

thepersonalitycoach@gmail.com 

Kate’s website

Kate’s book on Amazon

Kate on LinkedIn
Kate on Facebook
Kate on Twitter

Subscribe and review on your favourite podcast app

Who is behind the show?

Related Articles

gif video of different types of people listening
jQuery(document).ready(function($) { var playerContainer = $('#auscast-player-container'); var player = $('#auscast-player'); // Show player and store session $('#play-auscast').click(function() { playerContainer.slideDown(); sessionStorage.setItem('auscastPlaying', 'true'); sessionStorage.setItem('auscastSrc', player.attr('src')); }); // Keep the player open and playing across page reloads if (sessionStorage.getItem('auscastPlaying') === 'true') { playerContainer.show(); player.attr('src', sessionStorage.getItem('auscastSrc')); } // Close player $('#close-auscast-player').click(function() { playerContainer.slideUp(); sessionStorage.removeItem('auscastPlaying'); sessionStorage.removeItem('auscastSrc'); player.attr('src', ''); // Stop playback }); // Stop stream when another audio plays $('audio, video').on('play', function() { player.attr('src', ''); sessionStorage.removeItem('auscastPlaying'); sessionStorage.removeItem('auscastSrc'); }); });