Making WordPress.org

Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#4544 closed defect (bug) (fixed)

Plugin tags with only one member should not be linked to

Reported by: jonoaldersonwp's profile jonoaldersonwp Owned by: dd32's profile dd32
Milestone: Priority: low
Component: Plugin Directory Keywords: seo
Cc:

Description

Links to tag pages like https://wordpress.org/plugins/tags/office-for-lease/, which contain only one member, should not be output in scenarios where tags are listed (e.g., the 'tags' sidebar section on https://wordpress.org/plugins/opal-estate/).

Change History (2)

#1 @dd32
5 years ago

  • Owner set to dd32
  • Resolution set to fixed
  • Status changed from new to closed

In 9044:

Plugin Directory: Only link to plugin tags with more than 1 plugin.

Plugins are limited to 6 tags already, but this now adds the restriction that if the tag isn't used by at least 1 other plugin, it won't be displayed.
This won't affect searches, which may still use one of the 6 tags, even if it's not displayed.

Fixes #4544.

#2 @dd32
5 years ago

In 9045:

Plugin Directory: get_the_terms() can return false, account for it in r9044.

Ammends [9044].
Fixes #4544.

Note: See TracTickets for help on using tickets.