I saw a method;
paste the url into the page name in the dashboard. It works, BUT the dropdown menu gets 2 urls. One to to page and that content and one to the page with the list of categories.. so the menu gets a bit ruined.
Is there any other ways to do this? Which template should I take to make a page of post template? The arhive? I want it to look the same way as archive page
If you want your category page to look the same as the archive page, make a copy of archive.php and put in a template name:
<?php
/*
Template Name: My Template
*/
?>
You can assign a category to a page using the method in this thread. Then, assign your new template to the page.
That method, not the one above, is the same as I had menu problems with?
I have used that plugin many times without problems. Can you post a link that shows the problem?