=== Better Anchor Links === Contributors: LudÄ›k Melichar Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=48CZMVXER28PE&lc=CZ&item_name=Plugin%20development¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted Tags: anchor, anchor links, content links, content, sidebar, links, widget, better anchor links, bal, lm-bal, anchor list, auto anchor list Requires at least: 3.0 Tested up to: 4.1 Stable tag: 1.7.5 Creates anchor links to heading tags in the content and displays automatically at the top of the content, or allows for custom placement with tags. == Description == Creates anchor links to heading tags in the content and displays them automatically at the top of the content, or allows for custom placement with tags or sidebar widget. Features: * Has option to auto display anchor links to Heading tags in content. * Allows control of which content to auto display links. * Can disable plugin css to allow custom styles to be applied. * Has widget available for display * Insert custom title to display above links * Clears all traces from any excerpts displayed * Selection between numerically ordered and bulleted list * Auto Links indentation * qTranslate/mqTranslate support * Show "back to content" link next to heading == Installation == 1. Upload to your Wordpress plugins folder. 2. Activate in Wordpress admin area. 3. Update options under "Settings->B. Anchor Links" == Frequently Asked Questions == = How Do I Place In Custom Locations? = In Content: 1. Using the visual editor - Add the tag [mwm-aal-display] into your individual content using the visual editor. 2. PHP Template Tag(must be below the_content()) - `output_content_links(); ?>` In Sidebar: 1. Activate Widget - Go to Appearance -> Widgets in Wordpress admin "Better Anchor Links". 2. PHP Template Tag - `output_sidebar_links(); ?>` = How Do I Add Custom Styles? = The content display and side bar are wrapped with a `
` with an assigned css class. You can put the classes into your own style sheet and use further declarations to target elements within the div. For Content:(uses
    ,Does not use an H tag for title) .mwm-aal-container{} .mwm-aal-container-title{} For Sidebar: (uses