=== Plugin Name ===
Contributors: Luciano Castro 
Donate link: https://bitbucket.org/luchomatic
Tags: current, anchor, highlight, class, add
Requires at least: 3.0.1
Tested up to: 3.4
Stable tag: 4.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This plugins adds a class to the anchors that matches the url on your browser so you can style it with css.

== Description ==

Anchor Highlighter is a plugin that adds a class to every anchor on your website whose href link matches the actual URL, this is useful to change the css styling of the current anchor, for example in a menu, or in the archives widget, or in any other use that you could gave it.
You can choose the class to add in the settings-> Anchor Highlighter menu



== Installation ==


1. Upload `anchor-highlighter folder` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Choose the class that you would like to add to you current anchors

== Frequently Asked Questions ==

= Which class does it adds to my anchors? =

You choose the class in the setings -> Anchor Highlighter panel.


== Screenshots ==

1. Here you can see how the current selected option on the Archives widget is styled differently to the rest.


== Changelog ==

= 1.0 =
* First release