{"id":14015,"date":"2011-07-14T19:34:06","date_gmt":"2011-07-14T19:34:06","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/better-anchor-links\/"},"modified":"2015-02-02T11:57:30","modified_gmt":"2015-02-02T11:57:30","slug":"better-anchor-links","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/better-anchor-links\/","author":7836167,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.7.5","stable_tag":"1.7.5","tested":"4.1.42","requires":"3.0","requires_php":"","requires_plugins":"","header_name":"Better Anchor Links","header_author":"Lud\u011bk Melichar","header_description":"","assets_banners_color":"f1f1f1","last_updated":"2015-02-02 11:57:30","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/www.paypal.com\/cgi-bin\/webscr?cmd=_donations&business=48CZMVXER28PE&lc=CZ&item_name=Plugin%20development&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted","header_plugin_uri":"http:\/\/ludek.org\/bal\/index.html","header_author_uri":"http:\/\/ludek.org","rating":4.5,"author_block_rating":0,"active_installs":700,"downloads":42285,"num_ratings":0,"support_threads":1,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"1.1":"<ul>\n<li>For upgrade from Auto Anchor List 1.0 uninstall old AAL and remove addon. Install Better Anchor Links 1.1. If you used manual tags to contents, they are compatible.<\/li>\n<\/ul>"},"ratings":{"1":0,"2":"2","3":0,"4":"3","5":"12"},"assets_icons":[],"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":"1023206","resolution":"1544x500","location":"assets"},"banner-772x250.png":{"filename":"banner-772x250.png","revision":"1023206","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.6","1.6.1","1.6.2","1.7","1.7.2","1.7.3","1.7.4","1.7.5"],"block_files":[],"assets_screenshots":{"screenshot-2.jpg":{"filename":"screenshot-2.jpg","revision":"1567473","resolution":"2","location":"plugin"},"screenshot-3.jpg":{"filename":"screenshot-3.jpg","revision":"1567473","resolution":"3","location":"plugin"},"screenshot-1.jpg":{"filename":"screenshot-1.jpg","revision":"1567473","resolution":"1","location":"plugin"}},"screenshots":{"1":"Admin options","2":"Display in default wordpress template","3":"Auto indent"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[7204,9441,529,9442,168],"plugin_category":[43],"plugin_contributors":[],"plugin_business_model":[],"class_list":["post-14015","plugin","type-plugin","status-closed","hentry","plugin_tags-anchor","plugin_tags-anchor-links","plugin_tags-content","plugin_tags-content-links","plugin_tags-sidebar","plugin_category-customization","plugin_committers-elpresidento"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/better-anchor-links_f1f1f1.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/better-anchor-links\/trunk\/screenshot-1.jpg?rev=1567473","caption":"Admin options"},{"src":"https:\/\/ps.w.org\/better-anchor-links\/trunk\/screenshot-2.jpg?rev=1567473","caption":"Display in default wordpress template"},{"src":"https:\/\/ps.w.org\/better-anchor-links\/trunk\/screenshot-3.jpg?rev=1567473","caption":"Auto indent"}],"raw_content":"<!--section=description-->\n<p>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.<\/p>\n\n<p>Features:<\/p>\n\n<ul>\n<li>Has option to auto display anchor links to Heading tags in content.<\/li>\n<li>Allows control of which content to auto display links.<\/li>\n<li>Can disable plugin css to allow custom styles to be applied.<\/li>\n<li>Has widget available for display<\/li>\n<li>Insert custom title to display above links<\/li>\n<li>Clears all traces from any excerpts displayed<\/li>\n<li>Selection between numerically ordered and bulleted list <\/li>\n<li>Auto Links indentation<\/li>\n<li>qTranslate\/mqTranslate support<\/li>\n<li>Show \"back to content\" link next to heading<\/li>\n<\/ul>\n\n<h3>Known issues<\/h3>\n\n<!--section=installation-->\n<ol>\n<li>Upload to your Wordpress plugins folder.<\/li>\n<li>Activate in Wordpress admin area.<\/li>\n<li>Update options under \"Settings-&gt;B. Anchor Links\"<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>How Do I Place In Custom Locations?<\/dt>\n<dd><p>In Content:<\/p>\n\n<ol>\n<li>Using the visual editor\n\n<ul>\n<li>Add the tag [mwm-aal-display] into your individual content using the visual editor.<\/li>\n<\/ul><\/li>\n<li>PHP Template Tag(must be below the_content())\n\n<ul>\n<li><code>&lt;?php global $mwm_aal; echo $mwm_aal-&gt;output_content_links(); ?&gt;<\/code><\/li>\n<\/ul><\/li>\n<\/ol>\n\n<p>In Sidebar:<\/p>\n\n<ol>\n<li>Activate Widget\n\n<ul>\n<li>Go to Appearance -&gt; Widgets in Wordpress admin \"Better Anchor Links\".<\/li>\n<\/ul><\/li>\n<li>PHP Template Tag\n\n<ul>\n<li><code>&lt;?php global $mwm_aal; $mwm_aal-&gt;output_sidebar_links(); ?&gt;<\/code><\/li>\n<\/ul><\/li>\n<\/ol><\/dd>\n<dt>How Do I Add Custom Styles?<\/dt>\n<dd><p>The content display and side bar are wrapped with a <code>&lt;div&gt;<\/code> 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.<\/p>\n\n<pre><code>For Content:(uses &lt;ol&gt;,Does not use an H tag for title)\n    .mwm-aal-container{}\n    .mwm-aal-container-title{}\n\nFor Sidebar: (uses &lt;ul&gt;, traditional h2 tag for title)\n    mwm-aal-sidebar-container{}\n<\/code><\/pre><\/dd>\n<dt>How To remove lines?<\/dt>\n<dd><p>Free edit css\/mwm-aal.css for any changes. You can remove all lines above and under the links by deteting section:\n        border-top:1px solid #ccc; border-bottom: 1px solid #ccc;<\/p><\/dd>\n<dt>How To qTranslate\/mqTranslate support?<\/dt>\n<dd><p>Put qTranslate\/mqTranslate string to List Output Title for example for EN and CZ language:\n        <!--:cs-->Obsah<!--:--><!--:en-->Contents<!--:--><\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.7.5<\/h4>\n\n<ul>\n<li>Fixed backlink off when Auto Display is on<\/li>\n<\/ul>\n\n<h4>1.7.4<\/h4>\n\n<ul>\n<li>Small fixes<\/li>\n<\/ul>\n\n<h4>1.7.3<\/h4>\n\n<ul>\n<li>Fixed sidebar register<\/li>\n<\/ul>\n\n<h4>1.7.2<\/h4>\n\n<ul>\n<li>Fixed adding backlink to PHP Template<\/li>\n<li>Added option for backlink location<\/li>\n<\/ul>\n\n<h4>1.7<\/h4>\n\n<ul>\n<li>Added margin when navbar is used (height can be set in CSS)<\/li>\n<\/ul>\n\n<h4>1.6.2<\/h4>\n\n<ul>\n<li>Fixed stylesheet<\/li>\n<\/ul>\n\n<h4>1.6.1<\/h4>\n\n<ul>\n<li>WP 3.8.1 compatibility<\/li>\n<\/ul>\n\n<h4>1.6<\/h4>\n\n<ul>\n<li>Added \"back to content\" link next to heading (as asterisk by default)<\/li>\n<li>Added option for change name of backlink<\/li>\n<li>Added option for change char of backlink<\/li>\n<li>Fixed sidebar deprecated registration<\/li>\n<\/ul>\n\n<h4>1.5.6<\/h4>\n\n<ul>\n<li>Headings now accept all html attributes (as id, class ... etc)<\/li>\n<li>Removed orphan tags<\/li>\n<li>Fix comments<\/li>\n<\/ul>\n\n<h4>1.5.5<\/h4>\n\n<ul>\n<li>Fix short tags<\/li>\n<\/ul>\n\n<h4>1.5.4<\/h4>\n\n<ul>\n<li>Locale option for Nicer<\/li>\n<\/ul>\n\n<h4>1.5.3<\/h4>\n\n<ul>\n<li>Nicer looking anchor names<\/li>\n<\/ul>\n\n<h4>1.5.2<\/h4>\n\n<ul>\n<li>Add qTranslate support<\/li>\n<\/ul>\n\n<h4>1.5.1<\/h4>\n\n<ul>\n<li>Fix Piwik collision<\/li>\n<\/ul>\n\n<h4>1.5.0<\/h4>\n\n<ul>\n<li>Heading customization in options<\/li>\n<\/ul>\n\n<h4>1.4.1<\/h4>\n\n<ul>\n<li>Indentation options add<\/li>\n<\/ul>\n\n<h4>1.4<\/h4>\n\n<ul>\n<li>Links indentation<\/li>\n<li>Default changed to H1-H6<\/li>\n<\/ul>\n\n<h4>1.3<\/h4>\n\n<ul>\n<li>List customization (numbered or bulleted list) <\/li>\n<\/ul>\n\n<h4>1.2<\/h4>\n\n<ul>\n<li>Fixed widget issue<\/li>\n<\/ul>\n\n<h4>1.1<\/h4>\n\n<ul>\n<li>Program rename<\/li>\n<li>Fixed dysfunctional save options.<\/li>\n<li>Default changed for H1 and H2 only<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>Fork of Auto Anchor List.<\/li>\n<\/ul>","raw_excerpt":"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.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/14015","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=14015"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/elpresidento"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=14015"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=14015"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=14015"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=14015"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=14015"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=14015"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}