#37259 closed enhancement (fixed)
the_archive_description() doesn't output a description on author archive pages
| Reported by: | henry.wright | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.7 |
| Component: | Users | Version: | 4.5.3 |
| Severity: | normal | Keywords: | has-patch 4.7-early |
| Cc: | Focuses: | template |
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
@
10 years ago
- Focuses template added
#5
@
10 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.
10 years ago
#11
@
10 years ago
- Resolution fixed
- Status closed → reopened
[38486] sets $description but doesn't use it. Patch attached.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Replying to henry.wright:
Where should an author archive description come from? The author's "Biographical Info" field?