lets just say you are awesome. It worked perfectly, thank you so much.
Unfortunately my admin bar is disabled. I would like to just move that direct link right by the user name in the top. I’m guessing I just need whatever the PHP code is to call to that.
I also found the new article array but was unable to find much on what to call out to.
$sub_nav[] = array(
'name' => __( 'New Article' , 'social-articles' ),
'slug' => 'new',
'parent_url' => $social_articles_link,
'parent_slug' => SA_SLUG,
'screen_function' => 'new_article_screen',
'position' => 20
);