Automattic / Automattic/co-authors-plus

Missing post count in "Mine" view for coauthor

Open
#536 8 comments 0 reactions 0 assignees View on GitHub
type: bug
Dominant language
PHP
Stars
322
Forks
216
Avg merge
7h 50m
Merged PRs (30d)
65

Description

If an author is (only) coauthor of some posts, CAP makes sure to add the `Mine` view filter link at the top of the edit.php page. It works, but lacks the posts count that all other views have.

![cap missing count on mine](https://user-images.githubusercontent.com/7880569/41102414-21d2f50a-6a67-11e8-81d8-fd4331b2e22f.png)

Head to `filter_views()` to fix.

Contributor guide

Open the contributing guide

Research direction

Start in edit.php and locate filter_views(), as the issue directs. Compare the Mine view link for coauthors with the other view links, then verify that its post count is displayed and matches the existing views.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
content
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.