No, that is correct, news has nothing to do with your structure… it’s just a word…
But you can get a way around it…
you could copy archive.php and name it something like template-news.php
then edit the template-archive.php… put this at the top… just below ‘
<?php
/*
* Template Name: News
*/
Then add a new page in your dashboard… make sure the slug is news. Then choose the template ‘News’ on Templates. Then publish..
Related Posts:
- Where is the old post permalink slug stored?
- Use category base slug in posts’ permalink
- How to automatically generate a unique random slug
- Custom permalink structure only for default posts
- Post slugs and images cannot have same name?
- Change the Slug of Post Type post to baseurl/post/%postname%
- Pretty URL with add_query_var
- get_permalink returns default link
- How to control which category will be picked for the slug of a post?
- Change slug with custom field
- Dynamically generate child-URLs for posts or custom posts
- Bulk update post slugs through database
- Changing Permalinks for Default Post type to reflect navigation
- How to handle broken links created by permalink/slug changes?
- how do i add posts-page slug before posts slug in permalinks
- Remove subcategory slug from url
- My post permalinks are redirecting to the post archive page for some reason?
- How to add a ‘News’ section to specific posts in WordPress
- How to 301 redirect from url with post id to permalink with post name (slug)?
- Add a url parameter to the current post and read it in a shortcode
- Prevent Archive URLs
- Slug collision between page, taxonomy and custom post type
- How to add category base prefix to wordpress permalink
- My post permalinks are always the same
- Fixing the WP Post Object for Custom Route
- post_name is not stored until post is published… where should I store my slug until it goes live then?
- Posts in Page – How to customize the URL?
- Use a custom post URL that is outside the blog root directory
- Overwrite URL on blog posts
- Blog posts are not appearing as subs of Blog Page
- How to Check if a Page Exists by URL?
- Custom Post Types, slug, archive and SEO plugins
- Change permalinks for post type ‘post’ only
- Different permalink for posts and authors
- Handle category name URL rewrite before different post type slugs
- Remove parent slug for child pages
- Group Posts by First Letter of Title
- Keep getting same permalink with WP_Query?
- how to get permalink using sql
- Remove parent slug for child pages
- Prepend meta_value to permalink of post
- Determining Slug Before and After Edit
- Why can posts never have a number as the link?
- Must permalinks always point to single post pages?
- How to allow slashes in single posts when i click in the edit permalink button
- Why does rewrite rule work for page not for custom post type post?
- How to update all post at once?
- Post custom permalink results in 404 for archive page
- Some posts returning 404 instead of displaying post
- Custom post type single (permalink) throws a 404 error
- Link for the page archive for posts, like using custom post types with get_post_type_archive_link
- Plural Category Base Slug On Category Archive Page
- Post in Multiple Categories to stay in current category (permalink, next previous post link)
- generate unique slug while inserting post
- Random post permalink
- How do I get the slug of a custom taxonomy category of a post?
- What Defines What Category A Post Picks (if in multiple)
- get_permalink executes link without https
- Permalink Settings: optional settings doesn’t apply to editor
- Custom post type permalinks breaking due to 3.1 bug fix
- How can a guest view the “Pending Review” Post?
- Create pretty permalink for a post knowing the permalink structure
- Changing my permalink structure – will new layout conflict with existing page?
- How to change the page break URL from ../post/2 to …/post/page2/
- Link post permalinks to subdirectory /post
- change default post archive page link
- How to get posts by multiple post slugs? [duplicate]
- Define a name to the posts slug
- Remove permalink from images when inserting into post
- Automaticly add slug to posts
- Change author slug and functionality
- Remove the Edit button in posts for permalinks on certain user roles? WP 3.3
- How can I add a page’s ID to its permalink using WP_Rewrite?
- URL Rewriting if it is a single post / redirecting post – post type
- Adding parent pages to posts
- Plain permalinks not working!
- Removing rel=”nofollow” from links posted in Post Content
- How to change permalink on post click on post listing page
- How should I add links to other pages/posts from my post?
- WordPress not opening posts with only numbers if permalink is post_name
- Using permalinks, category slugs, and tag slugs
- Share same Slug for a Custom Post Type and 2 Taxonomies
- Problem with permalink routing?
- Move first half of posts to one parent page, second half to the other page
- Custom Post Type – Category Rewrite – Remove Rewrite from Sitemap
- How to check a post exist when the permalink has post id in it?
- After database migration, posts not showing up in dashboard
- How to do set post permalinks using 6 digit random unique function?
- Switch to page template when using post permalink
- How to have posts have a parent in permalink like site.com/blog/postname
- Trying to use AngularJS with WordPress without any API
- Automatically add date to the auto generation of post slug
- Duplicate Custom Post Type and Taxonomy Slug
- How could I change my Permalink from blog to custom structure? [closed]
- Remove Custom Post Type Slug and add Custom Taxonomy to Permalink Structure?
- Any way for get_next_post() to use the actual post order instead of publish order?
- Permalink doesn’t get displayed in Twitter button (Local WordPress problem?)
- Retrieve post ID from “querying” URL
- hiding permalink in admin if the user is subscriber
- Why does WP_Post not contain its permalink?