Hi,
I am new to wordpress (learning). For my educational project to be submitted I have just downloaded the plugin and installed. I have created a news with news category. Structure of the url is below
localhost/news/post-title/
Where as i need to display it as (as per instruction for project to be submitted)
localhost/news-category/post-name/
Also I have added news categories to menu. When clicking to the news category added. It is showing as below:
localhost/news/category/category-name/
Where as I need to displayed it as
localhost/category-name/
I have done permalink setting as below:
/%category%/%postname%/
Also if I can get any assistance how to link all news related to particular news category when clicking on the category name. I have already created a category news page mockup(html) file. Currently it is displaying the content of index.php