I am trying to link to specific place in a page from my front page , now I can only link to all page like this
<a class="info" href="<?php echo esc_url( get_permalink(1770) ); ?>" > Click to Explore </a>
but I want instead of page , link to exact place in a page, like in the middle , because in the page I use accordion and each panel of accordion are specific article , so I want to exact article. Is it possible to add to pageID 1770 some more information to do this. Thanks a lot.
