Apraksts
Creates anchor links to heading tags in the content of selected posts, just like Github does within the Readme.md files.
Get involved and join Github!
Features
- Select post type where the anchor links will be added.
- Disable CSS.
Compatibility
- PHP PHP 7 & PHP 8
Uzstādīšana
- Follow the standard WordPress plugin installation procedere.
- When installed, go to
Settings -> Add Anchor Links
and when should be applied.
BUJ
-
How can I report security bugs?
-
You can report security bugs through the Patchstack Vulnerability Disclosure Program. The Patchstack team help validate, triage and handle any security vulnerabilities. Report a security vulnerability..
-
I want to use the latest files. How can I do this?
-
Use the GitHub Repo rather than the WordPress Plugin. Do as follows:
-
If you haven’t already done: Install git
-
In the console cd into Your ‘wp-content/plugins´ directory
-
Type
git clone https://github.com/vyskoczilova/add-anchor-links
or better typegit fork https://github.com/vyskoczilova/add-anchor-links
-
If you want to update to the latest files (be careful, might be untested on Your WP-Version) type `git pull´.
-
-
I found a bug. Where should I post it?
-
I personally prefer GitHub, to keep things straight. The plugin code is here: GitHub
But you may use the WordPress Forum as well. -
I found a bug and fixed it. How can I contribute?
-
Either post it on GitHub or—if you are working on a cloned repository—send me a pull request.
Atsauksmes
Autori un izstrādātāji
“Add Anchor Links” ir atvērtā pirmkoda programmatūra. Šo spraudni ir veidojuši šādi cilvēki.
Līdzdalībnieki“Add Anchor Links” ir tulkots lokalizācijās 2. Paldies tulkotājiem par ieguldījumu.
Tulkot “Add Anchor Links” savā valodā.
Vai jūs interesē attīstība?
Pārlūkojiet kodu, apmeklējiet SVN krātuvi vai abonējiet attīstības žurnālu, ko izveidojis RSS.
Izmaiņu žurnāls
1.0.4
(2021-03-07)
* Make Kybernaut\AddAnchorLinks::add_anchors( $string )
function available for custom calls
1.0.3
(2021-03-07)
* Fix: Use escaping attribute on admin screens
* Add PHPCS & simple PHPUnit test
* Use Travis CI/CD (PHPCS, PHPUnit)
1.0.2 (2020-01-13)
1.0.1 (2018-02-12)
- Fix: Few typos in readme files.
- Fix: Post types error.
- Added: Notice about settings shown on plugin activation.
- Added: Constant ADD_ANCHOR_LINKS_DONT_LOAD_CSS (see Github).
- Added: Banner & icon image to the WP repository (by Dušan Konečný).
1.0.0 (2018-02-08)
- Initial release