>
Download This Plugin | |
Download Elegant Themes | |
Name | WP Anchor Header |
Version | 0.1.7 |
Author | Per Soderlind |
Rating | 100 |
Last updated | 2015-03-02 01:47:00 |
Downloads |
11
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
WP Anchor Header plugin added 45 kB of resources to the Home page and 45 kB of resources to the sample Post page.
WP Anchor Header plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! WP Anchor Header plugin ads no tables to your Wordpress blog database.WP Anchor Header generates anchored headings (H1-H6), creating a heading like this:
<h2 id="the-heading">
The Heading<a class="anchorlink dashicons-before" href="#the-heading"></a>
</h2>
The links are styled using the following CSS:
/* show IDs for anchors */
h1[id]:hover a.anchorlink:before,
h2[id]:hover a.anchorlink:before,
h3[id]:hover a.anchorlink:before,
h4[id]:hover a.anchorlink:before,
h5[id]:hover a.anchorlink:before,
h6[id]:hover a.anchorlink:before {
content: "\f103"; /*dashicons-admin-links*/
color: #888;
font-size: smaller;
text-decoration: none;
vertical-align: baseline;
}
a.anchorlink {
text-decoration: none;
margin-left: 0.5em;
font-size: smaller;
}