I'm working on http://taraswiger.com/ -- at the bottom of each post, in the theme, I am using: <?php comments_popup_link('0 comments','1 comment', '% comments'); ?>
This gets replaced by Disqus with "X Comments and Y Reactions" which links to the post page with #disqus_thread appended. (For example: http://taraswiger.com/new-site-new-stuff-and-the-chance-to-get-your-questions-answered/#disqus_thread)
But anytime #disqus_thread is appended, ONLY the Disqus comments are displayed and the post (which should show up above the comments) disappears! How can I keep the post visible and just have it jump down the page to the #disqus_thread anchor if the comment link is clicked?