Šī spraudnis nav atjaunināts vairāk kā divus gadus. Varbūt, tas vairs netiek uzturēts, nesaņemt atbalstu un tam var būt saderības problēmas ar jaunākām WordPress versijām.

Hikari Internal Links

Apraksts

Don’t worry anymore of linking a post or a category, to later change its title or slug, or changing your posts permalinks, and creating invalid links to your own site pages.

Hikari Internal Links provides a shortcode that dynamically generates links to most WordPress resources. You can query these resources based on their ID or slug, and these links are generated dynamically. Therefore if you change a resource’s title or permalink, its links will be updated automatically.

Features

  • A shortcode generates links to internal pages dynamically
  • If the permalink changes, links are updated automatically
  • You can get links based on resources ID or slug
  • If resource isn’t found, you get a warning text surrounded by class wpdberror, which is hidden from your visitors and shown to you with a yellow background so that it’s easy to notice and fix

Available Resources

  • posts, pages and custom types, based on ID or slug
  • comments, based on ID
  • categories, tags and custom taxonomies, based on ID or slug
  • feeds for categories, tags, comments of a post, based on their ID or slug
  • if current resource was already set to global variable, you can use ID 0 to link to current resource

This plugin is a fork from Michael Toppa‘s Post-to-Post Links II.

Uzstādīšana

Hikari Internal Links requires at least WordPress 2.8 and PHP5 to work.

You can use the built in installer and upgrader, or you can install the plugin manually.

  1. Download the zip file, upload it to your server and extract all its content to your /wp-content/plugins folder. Make sure the plugin has its own folder (for exemple /wp-content/plugins/hikari-internal-links/).
  2. Activate the plugin through the ‘Plugins’ menu in WordPress admin page.
  3. Now you can start using the shortcode to build internal links to your site

Upgrading

If you have to upgrade manually, simply delete hikari-internal-links folder and follow installation steps again.

Uninstalling

Hikari Internal Links doesn’t store configs in database. You can freely deactivate it or simply delete its files and it will be fully uninstalled.

Atsauksmes

Par šo spraudni nav atsauksmju.

Autori un izstrādātāji

“Hikari Internal Links” ir atvērtā pirmkoda programmatūra. Šo spraudni ir veidojuši šādi cilvēki.

Līdzdalībnieki

Tulkot “Hikari Internal Links&#8221 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

0.06

  • First public release.