Skip to content
/ anchor Public

A simple WordPress plugin to create anchor tags inside your content (for anchor links).

Notifications You must be signed in to change notification settings

wp-pure/anchor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Anchor Shortcode

This plugin is very simple, so this readme doesn't need to be very long. Basically, it just gives you access to a new shortcode that will allow you to easily inject anchor links (<a name="my-anchor"></a>) into your content using a shortcode (so it can be edited without having to view the source of the page). Here's how you'd create an anchor inside your content.

[anchor id="my-anchor"]

And that's it. Now you can create a link anywhere else in the content of the page and just link it to #my-anchor and that link, when clicked, will move the user to whatever position on the page you added your anchor.

About

A simple WordPress plugin to create anchor tags inside your content (for anchor links).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages