One-on-One with Rumi

I support and guide you as we:

  • nail down your compelling personal “why” story
  • finally get your memoir published
  • capture a loved one’s life stories and wisdom on video
  • craft the founding story of a business or organization

This product is currently out of stock and unavailable.

  • I’m here to help you find and tell your stories
  • I offer single session coaching or consulting bundles; select from the options provided
  • Not sure where to start—schedule a discovery session and we’ll figure it out together
One-on-One Consulting

45-min session; $150, Three 45-min sessions; $420

/*** Auto redirect a user who isn't logged into the site ***/ add_filter( 'pre_get_posts', 'swpm_auto_redirect_non_members' ); function swpm_auto_redirect_non_members() { if (is_admin()){ //Inside the admin dashboard. Nothing to do. return; } //We are on the front-end. Lets check visitor's login status. if( !SwpmMemberUtils::is_member_logged_in() && !is_page( array( 'membership-login', 'membership-join' )) ) { wp_redirect( 'https://www.yourstoryunleashed.com/membership-login' ); exit; } } Skip to content