Hm. Have you thought about doing some URL rewrites in .htaccess?
RewriteRule ^category/bar-talk/page/([0-9]+)$ /bar-talk/drink-number/$1 [L,R=301]
RewriteRule ^bar-talk/drink-number/([0-9]+)$ /index.php?category_name=bar-talk&page=$1 [L]
// @drizzlyowl
Related Posts:
- Change the “page” slug in pagination
- Problem with add_rewrite_rule and pagination (paged and page query_vars)
- Disable wordpress pagination URL rewrite for specific page
- URL rewrites and pagination
- Sorting archive pages with “pretty” URLs?
- add_rewrite_rule and pagination issue
- WordPress removes spaces in URL on pagination
- Remove “/page/1” from the URL
- Disable Pagination on Pages
- Changed pagination URLS to use p= instead of paged=
- Custom rewrite causes 404 on pagination
- Adding a rewrite rule to page that has no fixed variables and pagination
- Not able to rewrite the pagination URL for the posts
- Add pagination to a template loaded by query variable
- Why is a rewrite rule in wordpress prevent pagination?
- WordPress pagination broken for page 2,3 with custom permalink. Redirects to baseurl
- Remove trailing slash
- Pagination posts. Url format
- WordPress total posts per page changed and now 404 Http error comes out [closed]
- Wrong rewrite rules
- WordPress is adding pagination for all pages like www.example.com/page/123. How to remove that?
- Use a template file for a specific url without creating a page
- Using the Rewrite API to Construct a RESTful URL
- Adding rewrite endpoint breaks static front page
- Rewrite Rules for Multiple (more than 2) Taxonomies
- How to add dot(“.”) in post slug
- add_rewrite_rule not loading correct page nor getting variables
- Using plus (+) sign instead of space (-) in WordPress URL
- Add language/country code to each possible URL
- SEO Friendly URLs for my plugin categories
- How to create a specific frontend URL (not a Page) from a theme or plugin?
- WordPress keeps writing rewrite rules to .htaccess
- WordPress Rewrite
- custom template for custom url
- Multilingual theme: Changing locale based on URL
- Custom rewrite rule for backend/admin?
- Allow single quote in URLs
- How to have multiple rewrite endpoints in the same URL?
- add_rewrite_rule is not taking effect in WordPress? .htaccess file doesn’t update
- Remove all categories from URL
- Regionalised Content
- Custom URL rewrite to specific page template
- Changing the search URL?
- Map alt domain to specific section of website w/o MU
- Get the category is not working on url
- Remap URLs from Relative to Absolute
- Have two different URLs show the homepage
- Double domain name in category URL-s
- Access files at new location using old file paths
- WP is ignoring .htaccess rewritten URL
- a one-off rewrite rule
- Get url-friendly version of the_title?
- Rewrite ugly URL to clean URL
- Url rewrite on index.php?term=[term_name]
- Change pagination url format
- Rewrite: WordPress URL rewrite on Search
- WPML language switcher for custom rewrite rules
- How can I change the permalink of a translated home page?
- Add word to permalink when custom field has a value
- 301 Redirect all posts urls from .html to / (without .html)
- Pagination custom post type not working with rewrite slug
- Capturing /page-name/[0-99999] in both template and number
- custom wordpress rewrite
- Keep requested/entered url with add_rewrite_rule
- Get wordpress installation folder
- Disable WordPress from changing URL slug when post is published
- Two sets of url one content?
- Rewrite Rule for homepage not working correctly
- Remove wp-admin from the URL
- WordPress .htaccess ignore path and subsequent .htaccess files in subfolders
- Adding Rewrite URL for Base + Children Separately
- How to customize sub-URLs in a wordpress website (.htaccess)
- Rewriting a date hierarchy into a ‘yyyy-mm-dd’ slug
- URL rewrite( I think? )
- custom url – add attachment’s id or name after post
- Help with WordPress custom url rewriting?
- Page not found: Custom search form with a custom search page
- loading images, css and fonts from site url
- Query vars to return the homepage
- dynamic URL rewrite
- How to Update / Change URL when Popup Modal Loads?
- How wordpress core include search.php with $_GET[‘s’]?
- Dynamic Content w/ geolocation in WP?
- Routing in WordPress
- Stop wordpress from prettify URL
- How to remove Base URL Duplication?
- Rewrite URL query string for all pages
- WordPress doesn’t remember my custom rewrite rule
- Custom urls in WordPress involving page slugs
- how to change some of the rules in the database
- Rewriting URLs with query strings and preserving them
- Custom Rewrite for Profiles
- how rewrite is working in wordpress
- How to prevent URL-modification when page title contains digits only?
- How do I display a friendly URL link in the frontend?
- rewriting an Url
- Please give me the rewrite rules for my ugly urls
- How to make custom WordPress page deliver search results
- URI rewriting: handling one page
- Problems Implementing Non-WordPress Rewrite Rules