Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Anchor Link to another page in specific section ID

$
0
0

Replies: 0

my goal is simple, I need to create an Anchor link form top-page menu going to another page and landing to its specific section ID. I have these codes from default WordPress function:

<a href="<?php echo home_url( '/#aboutus' ); ?>">About Us</a>
<a href="<?php echo esc_url( home_url( '/' ) ); ?>#aboutus">About Us</a>
<a href="<?php echo esc_url( home_url( '/' ) ) . "#aboutus"; ?>">About Us</a>

unfortunately all these codes are not working. are there any ways how to achieve my goal?

  • This topic was modified 26 minutes ago by Xen.

Viewing all articles
Browse latest Browse all 59525

Trending Articles