Opened 4 years ago

Last modified 3 years ago

#10432 new enhancement

Dynamic classes for current blog post item, current term item

Reported by: dnusim Owned by:
Priority: low Milestone: Future Release
Component: Template Version: 3.0.1
Severity: minor Keywords: needs-patch
Cc: edward, mindreantre

Description

wp_list_pages() produces a class .current_page_item for the page you are currently viewing. This makes it possible to style the current page item different from the other page items in the list.

But there are several other places the same functionality would come in handy: There should be equivalent ways to style the current blog post item in the Recent Posts widget, the current category in wp_list_categories(), and the current tag in wp_tag_cloud('format=list').

Attachments (1)

current-tag.patch (1.6 KB) - added by edward mindreantre 3 years ago.

Download all attachments as: .zip

Change History (7)

This should apply for all types of wp_list_objects() and wp_object_cloud()s then. Archives, tags, cats, custom taxonomies, etc.

  • Component changed from General to Template
  • Keywords needs-patch added
  • Milestone changed from Unassigned to Future Release
  • Priority changed from normal to low
  • Severity changed from normal to minor
  • Cc edward, mindreantre added

Current page and category is already marked out.

Seems like only current-tag was missing. Here you go.

  • Keywords has-patch added; needs-patch removed
  • Version changed from 2.8.1 to 3.0.1

This feature is still missing in 3.0.1?

  • Keywords needs-patch added; has-patch removed
Note: See TracTickets for help on using tickets.