Skip to content

Instantly share code, notes, and snippets.

@braddalton
Last active May 24, 2017 08:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save braddalton/f74ca574507d3f0ecc51faf92960e16f to your computer and use it in GitHub Desktop.
Save braddalton/f74ca574507d3f0ecc51faf92960e16f to your computer and use it in GitHub Desktop.
Smooth Scrolling HTML Bookmark Links - Tested in Genesis https://wp.me/p1lTu0-gRH
<ul class="genesis-nav-menu">
<li class="menu-item"><a href="#section-1">Section 1</a></li>
<li class="menu-item"><a href="#section-2">Section 2</a></li>
<li class="menu-item"><a href="#section-3">Section 3</a></li>
<li class="menu-item"><a href="#section-4">Section 4</a></li>
<li class="menu-item"><a href="#section-5">Section 5</a></li>
<li class="menu-item"><a href="#section-6">Section 6</a></li>
</ul>
<div id="section-1"></div>
<h4>Section 1</h4>
<p>The Genesis Framework empowers you to quickly and easily build incredible websites with WordPress. Whether you're a novice or advanced developer, Genesis provides the secure and search-engine-optimized foundation that takes WordPress to places you never thought it could go.</p>
<div id="section-2"></div>
<h4>Section 2</h4>
<p>The Genesis Framework empowers you to quickly and easily build incredible websites with WordPress. Whether you're a novice or advanced developer, Genesis provides the secure and search-engine-optimized foundation that takes WordPress to places you never thought it could go.</p>
<div id="section-3"></div>
<h4>Section 3</h4>
<p>The Genesis Framework empowers you to quickly and easily build incredible websites with WordPress. Whether you're a novice or advanced developer, Genesis provides the secure and search-engine-optimized foundation that takes WordPress to places you never thought it could go.</p>
<div id="section-4"></div>
<h4>Section 4</h4>
<p>The Genesis Framework empowers you to quickly and easily build incredible websites with WordPress. Whether you're a novice or advanced developer, Genesis provides the secure and search-engine-optimized foundation that takes WordPress to places you never thought it could go.</p>
<div id="section-5"></div>
<h4>Section 5</h4>
<p>The Genesis Framework empowers you to quickly and easily build incredible websites with WordPress. Whether you're a novice or advanced developer, Genesis provides the secure and search-engine-optimized foundation that takes WordPress to places you never thought it could go.</p>
<div id="section-6"></div>
<h4>Section 6</h4>
<p>The Genesis Framework empowers you to quickly and easily build incredible websites with WordPress. Whether you're a novice or advanced developer, Genesis provides the secure and search-engine-optimized foundation that takes WordPress to places you never thought it could go.</p>
This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what is on your mind.
This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what is on your mind. This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what is on your mind.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment