#37259 closed enhancement (fixed)
the_archive_description() doesn't output a description on author archive pages
Reported by: | henry.wright | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 4.7 | Priority: | normal |
Severity: | normal | Version: | 4.5.3 |
Component: | Users | Keywords: | has-patch 4.7-early |
Focuses: | template | Cc: |
Description
the_archive_description()
uses term_description()
to output a description on archive pages. Tag, term and category archives are covered but author archives aren't.
Related is the_archive_title()
. This function outputs a title on all archive pages as would be expected.
Attachments (2)
Change History (16)
#1
in reply to:
↑ description
@
8 years ago
- Focuses template added
#5
@
8 years ago
Hi all,
The attached patch adds support for author archives when using get_the_archive_description()
.
Patch submitted from WordCamp Brighton Contributor Day.
This ticket was mentioned in Slack in #core by helen. View the logs.
8 years ago
#9
@
8 years ago
- Milestone changed from Future Release to 4.7
- Owner set to SergeyBiryukov
- Status changed from new to reviewing
#11
@
8 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
[38486] sets $description
but doesn't use it. Patch attached.
This ticket was mentioned in Slack in #core by swissspidy. View the logs.
8 years ago
Note: See
TracTickets for help on using
tickets.
Replying to henry.wright:
Where should an author archive description come from? The author's "Biographical Info" field?