Add Anchor Links to scroll to IDs of custom post types
-
After searching for a while, I finally figured out an easy way to add anchor links dynamically to a custom post type list, which will scroll to the id of the custom post type item.
Add this to your link:
<a href="#post-<?php the_ID(); ?>">Go to Bio</a>
Add this id to the div in your loop:
id="post-<?php the_ID(); ?>"
Done! No plugins, no bloated code. That’s it. You’re welcome. ??
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Add Anchor Links to scroll to IDs of custom post types’ is closed to new replies.