Plugin hau ez da probatu WordPressen azken 3 bertsio garrantzitsuenekin. Baliteke, jada, mantentze edo euskarririk ez izatea, eta, WordPressen bertsio berriagoekin erabiltzen denean, bateragarritasun arazoak izan ditzake.

Better Anchor Links

Deskripzioa

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

Known issues

Pantaila-argazkiak

  • Admin options
  • Display in default wordpress template
  • Auto indent

Instalazioa

  1. Upload to your WordPress plugins folder.
  2. Activate in WordPress admin area.
  3. Update options under “Settings->B. Anchor Links”

MEG

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())
    • <?php global $mwm_aal; echo $mwm_aal->output_content_links(); ?>

In Sidebar:

  1. Activate Widget
    • Go to Appearance -> Widgets in WordPress admin “Better Anchor Links”.
  2. PHP Template Tag
    • <?php global $mwm_aal; $mwm_aal->output_sidebar_links(); ?>
How Do I Add Custom Styles?

The content display and side bar are wrapped with a <div> 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 <ol>,Does not use an H tag for title)
    .mwm-aal-container{}
    .mwm-aal-container-title{}

For Sidebar: (uses <ul>, traditional h2 tag for title)
    mwm-aal-sidebar-container{}
How To remove lines?

Free edit css/mwm-aal.css for any changes. You can remove all lines above and under the links by deteting section:
border-top:1px solid #ccc; border-bottom: 1px solid #ccc;

How To qTranslate/mqTranslate support?

Put qTranslate/mqTranslate string to List Output Title for example for EN and CZ language:
ObsahContents

Berrikuspenak

2016(e)ko irailaren 3(a)
Wish I'd heard of this plugin before. It creates a list of contents at the top of a page, with anchor links to headings within that page. Something I've had to do manually before.
2016(e)ko irailaren 3(a)
Wasted hours hand coding anchors until I found this! THANK YOU! works like magic!
2016(e)ko irailaren 3(a)
I used to spend close to half an hour to place anchor links in my lengthy blogger posts. But now, it only takes a minute to install this awesome plugin on wordpress. Thank you so much developer. Not to forget, the plugin works amazing. I hope I could change the text size of the links
Irakur itzazu 17 berrikuspen guztiak

Laguntzaileak eta Garatzaileak

“Better Anchor Links” software librea da. Ondoko pertsonek egin dizkiote ekarpenak plugin honi.

Laguntzaileak

Itzul zaitez Better Anchor Links zure hizkuntzara.

Garapena interesatzen zaizu?

Araka ezazu kodea; begira ezazu SVN biltegia, edo harpidetu garapen erregistrora RSS-(r)en bidez.

Aldaketen loga

1.7.5

  • Fixed backlink off when Auto Display is on

1.7.4

  • Small fixes

1.7.3

  • Fixed sidebar register

1.7.2

  • Fixed adding backlink to PHP Template
  • Added option for backlink location

1.7

  • Added margin when navbar is used (height can be set in CSS)

1.6.2

  • Fixed stylesheet

1.6.1

  • WP 3.8.1 compatibility

1.6

  • Added “back to content” link next to heading (as asterisk by default)
  • Added option for change name of backlink
  • Added option for change char of backlink
  • Fixed sidebar deprecated registration

1.5.6

  • Headings now accept all html attributes (as id, class … etc)
  • Removed orphan tags
  • Fix comments

1.5.5

  • Fix short tags

1.5.4

  • Locale option for Nicer

1.5.3

  • Nicer looking anchor names

1.5.2

  • Add qTranslate support

1.5.1

  • Fix Piwik collision

1.5.0

  • Heading customization in options

1.4.1

  • Indentation options add

1.4

  • Links indentation
  • Default changed to H1-H6

1.3

  • List customization (numbered or bulleted list)

1.2

  • Fixed widget issue

1.1

  • Program rename
  • Fixed dysfunctional save options.
  • Default changed for H1 and H2 only

1.0

  • Fork of Auto Anchor List.