CSS counter for total pages?
Open
Nobody has claimed this yet.
css
enhancement
On Deck
- Dominant language
- PHP
- Stars
- 11.2k
- Forks
- 1.8k
- PR merge metrics
- No merged PRs in 30d
Description
Hey,
Read some suggestions on using:
<footer><div class="pagenum-container">Page <span class="pagenum"></span></div></footer>
footer .pagenum:before {
content: counter(page);
}
To get the current page number. Is it possible to get the total number of pages through css as well, to show something like Page 4 of 5?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue provides footer markup and a CSS counter(page) example but names no repository files or tests. Start by reproducing the example and tracing how pagination and CSS counters are handled. Done means establishing whether a total-page value can reliably produce output such as “Page 4 of 5,” with the behavior documented or supported.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css, php
- Domain
- web-dev
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100