First, I put the following rewrite rule in functions.php:
function custom_page_rewrite_rule() {
add_rewrite_rule(
'^category/([^/]+)/([^/]+)/?$', // Matches /category/news/add-new-post/
'index.php?pagename=$matches[2]', // Loads the page by slug
'top' // Priority
);
}
add_action('init', 'custom_page_rewrite_rule');
And then changed the “Add New Post” button’s link to this:
<?php echo '<a href="'.home_url("category/news/add-new-post/">'; echo "Add New Post";'</a>';
Related Posts:
- Is it possible to get a page link from its slug?
- How can I reverse engineer a Permalink to Find the Page?
- How can I store page ID in a post instead of other selected permalink?
- Page begins with number, WordPress adds 2
- Removing hierarchical pages in the permalink
- Can WordPress realistically handle a site with 500 ‘pages’?
- Subdomains to pages
- Passing variables through permalink structure
- Broken wordpress permalinks on pages only
- How to get a page url by a page id?
- How to Remove Slug From Database?
- Relative or Absolute Paths for Flash Video Player Files
- Should I use relative or absolute urls when pointing to internal pages
- How to change the permalink structure of a master page?
- Why I can’t change the permalink of this page?
- Page Attachment Permalink Structure based on Menu Order?
- Get closest page ID from URL
- How can I add a page’s ID to its permalink using WP_Rewrite?
- Permalinks for pages
- Permalinks by page/post name returning 404
- Pages not using permalink
- How to get post object on blog template
- Is it possible for a custom post type and sub pages of a page with the same slug as the custom post type to share a slug?
- Add prefix to page URL based on the page template
- force permalink slug for page vs post_type slug parent
- get_permalink returning site home url instead of the url of slug being passed
- Get the url of a page template without using the page slug and ID
- Remove -2 from URL; no duplicate pages, no images, no pages in trash
- Host frontpage via example.com and everything else via example.com/blog
- WordPress is suppressing page extensions!
- Let me choose permalinks
- Passing the JQuery string to Worldpress URL
- Path to Pages Resolves to Archive instead of Actual Content
- Changing permalink name redirects to another template?
- Permalink opens attachment instead of page
- How do I reclaim either deleted pages or their permalinks?
- Permalink of a page that has already been deleted
- Edit permalink for certain pages
- cannot link a external url, present page url acting as parent url
- Test site pages go to main site
- how to get a list of all top level pages
- “-2” Being added to end of URL (no duplicate pages, no pages in trash)
- Redirect From Url To Url
- How are WordPress Page URLs affected by permalink settings?
- How to use page jumps to top of banner and page title?
- Get a link to paged() part?
- WordPress Page Not Found if Permalink Settings is Postname
- Pagination url for page template
- Why does enabling Permalinks make pages not found?
- Page content doesn’t display when published but does when previewed as draft?
- Update page breaks permalinks
- WP as a CMS menu
- Subdomains pointing to a permalink URL
- How can I see a list of all pages my WordPress site has generated?
- Auto Changing Text Case
- Default Permalink Structure for Pages
- Non Latin page permalink problem
- How do I structure my permalinks in WordPress?
- Is it possible to set public to false for the native WordPress blog
- Link to a page before launch
- My WP homepage works, but the other pages don’t when accessing from out side of my network
- Nested permalink without dummy parent page
- Custom Permalink (with category) for Pages
- Can I link to content dynamically from a page to a new page?
- Woocommerce product page 404 not found
- Page returns 404 for specific permalink
- Change all pages permalinks instead of hierarchical to have id of the page
- The permalink for the page doesn’t work and page’s defined link throws “Object not found!”
- Page permalink ending in “-2”
- Change the permalinks structure
- Development before domain name chosen
- Select page/template from the permalink url
- Permalink for pages
- Mystery ghost page not appearing in Admin
- Category pagination first link works, remaining don’t
- Permalinks of New Pages and their Parents
- Why doesn’t my page know it’s a page (won’t return true for is_page())?
- Removing /wp in Permalink URL of subdomain led to inaccessibility to WP Dashboard
- WordPress Version 6.6 facing “This block has encountered an error and cannot be previewed.” which edit text on page with link
- Page linking issue
- Need help with add_rewrite_rule
- Permalinks to Custom does not work (out of box)
- Multi-language permalink in qtranslate
- WordPress on VirtualBox – no pretty permalinks
- WordPress blog posts permalinks giving 404 on nginx
- Why does the ‘Month and Name’ Permalink Format not Work on my new WordPress Site (running on IIS7)?
- How do I add /blog/ as a prefix to permalink structure for posts, categories & tags?
- Rewrite URLs for LeadPages due to subdirectory installation
- After updage wordpress 4.4 to 4.5 nginx config works not properly
- How can I say if a URL is a post, page, or taxonomy archive?
- add_rewrite_rule on default post type
- The requested URL was not found on this server [closed]
- Extending page urls without getting a 404
- Custom permalink gives 404 error only in some pages
- No Ones Been Able to Override my WordPress Rewrite Rule Issue!
- Different Permastruck Between Ajax Request & Normal Request
- Problem with multiple tags in URL
- 404 error on second page load for child-pages
- Permalink structure as code in back-end?
- WordPress custom permalinks, pages are now 404