I was wondering what is the php code to go directly to a div on single post on a wordpress page (comments)
For example. The link to go to the comments section of a particular post would be http://badsentinel.com/2013/05/06/afternoon-awesomeness-41-photos-2/#idc-container (I am using Intense Debate comment plugin) But I dont want to manually type the a href on every single post.
I would like to know if someone can help me out with the below code. Im sure it is something similar..
<a href="<?php echo get_permalink($post->#idc-container); ?> Jump to Comments </a>
Thanks in advance Paul