Add options to customize Next/Previous post navigation labels in single post settings
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 306
- Forks
- 88
- Avg merge
- 2d 16h
- Merged PRs (30d)
- 12
Description
Impact: 45 · Confidence: 90 · Complexity: 25
Description
Problem
Site owners using Neve cannot customize the default link text labels ("Next" / "Previous") rendered in the single post navigation section. Currently, altering these labels requires custom PHP filters or child theme overrides.
Desired Behavior
Provide customizer input fields under Appearance > Customize > Blog > Single Post (Post Navigation section) allowing site owners to define custom text for the Next Post and Previous Post navigation controls.
Acceptance Criteria
- Text input settings for 'Previous Post Label' and 'Next Post Label' are available in Customizer under Single Post options.
- Defaults remain 'Previous' and 'Next' (or theme defaults) when left empty.
- Custom string inputs are safely sanitized and translated/rendered in place of default navigation labels on single post templates.
Customer Context
A Neve Pro customer on a Personal Yearly plan wants to change the default post navigation button text on single blog posts from 'Next' and 'Previous' to 'Next Post' and 'Previous Post' without editing PHP code.
Root Cause Analysis
The customer needs to modify the single post navigation link text from default 'Next'/'Previous' to custom labels ('Next Post'/'Previous Post'). Currently, Neve's single post options (Appearance > Customize > Blog > Single Post) offer layout control and element reordering, but lack setting fields to customize post navigation labels without custom code or translation overrides.
Reasoning
The customer wants to customize the static labels ("Next" and "Previous") used in the single post navigation links in Neve to say "Next Post" and "Previous Post". Currently, Neve does not provide customizer settings or options in Single Post controls to edit these navigation text labels.
Source: HelpScout #3453915558
Generated by feature-request-triage workflow (ID: feature-request-triage_6aabba446bfba0.39864311)
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
Start at Appearance > Customize > Blog > Single Post, especially the Post Navigation section, and locate the existing single-post navigation settings and template output. Trace how the current Previous and Next labels are rendered and how nearby Customizer inputs are sanitized and translated. Done means both fields appear, preserve defaults when empty, and render safe custom labels in the navigation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100