이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Backlinks Taxonomy

설명

This plugin is a minimalist backlink tracker. It keeps track of all internal links between posts using taxonomies.

The plugin maintains a taxonomy of which posts links to which. The taxonomy is mostly invisible, but available through REST.

The backlink taxonomy is updated automatically whenever a post is published, scheduled or later updated. By registering the outgoing links of all posts it is easy to find the incoming links for any one post.

User Interface

The plugin most works behind the scenes, scanning posts for internal links whenever the posts are updated.

The backlink taxonomy is available for the Query Loop block, which can be used to create a dynamic “What links here” block.

The backlink_count taxonomy can be used to filter the displayed posts on the posts lists of the admin interface. This is a handy way of finding posts with no or few incoming links.

The admin posts list has a “Suggest Backlinks” added for each row, which will find posts with shared tags and categories, that are not already linked from the post. If there are shared public custom taxonomies, they will be used too.

The admin posts list also has a ‘Backlinks’ column available, showing the number of backlinks for the post. Clicking on the column will show a list of the backlinks. The column is sortable. The column also shows the number of outgoing links, also clickable.

A management page under the Tools menu can show the backlinks status of all posts, with columns for incoming and outgoing links, and commands for rescanning or ‘un-scanning’ posts.

The settings pages is rather basic, but allows the setting of post types to operate on (default posts and pages), and post statuses to select on (default published and scheduled).

Un-scanned posts, for example just after activation of the plugin or after a change of settings, are scanned in the background at bit at a time. During normal usage there should never be a backlog of un-scanned posts.

The Backlinks Taxonomy plugin works with custom post types, and will use available custom taxonomies for backlink suggestions.

WP-CLI interface

The plugin adds a WP-CLI command ‘backlinks’ with several sub-commands.

There are commands to:

  • Show all outgoing and incoming links for a single post;
  • Show backlink suggestions for a single post;
  • Show the overall status of the backlink counters;
  • Rescan individual posts for links;
  • List all un-scanned posts.

설치

The plugin can be installed as any other plugin. There are no particular requirements.

FAQ

Nothing yet.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Backlinks Taxonomy”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Backlinks Taxonomy”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

2.2

  • Some Improvements to backlink suggestions.
  • Un-scanned posts are now scanned in a background job.
  • Updates to the internal plugin development framework.

2.1

  • Tested with WP 6.5
  • Fixed a bug where the “Suggest backlinks” link was shown for non-eligible post types.

2.0

  • Can now handle links between many different post types;
  • Back- and out-links are now displayed on a separate management page, under the Tools menu, which can list posts of several post types together, with additional commands and back- and out-links for each post;
  • Link suggestions now include all configured post types and shared taxonomies.

1.0

  • First version in the WordPress plugin registry;
  • Tested with WP 6.4.