Change the URL
-
I first Thanks this author, making a great plugin. I have a issue.
in wp-category-archive.php file
$url = get_option(‘home’) . “/?m=” . $year_month_value . “&cat=” . $category_id;i need to change the like
http://www.example.com/category/yearso i haved like
$url = get_option(‘home’) .”/”. $category.”/”.$year_month_value;
and now changed the url http://www.example.com/category/year.but Getting 404 error.
Nothing Found Error.How to Fix or Change the like mentioned above. please anyone . ? Help me!!
https://ww.wp.xz.cn/plugins/wp-category-archive/
and I am not interest to change the permalinks . Because it Cause Changed whole site. or else. Is possible to set the permalinks for particular plugin. or page.?? without affecting default permalinks.
The topic ‘Change the URL’ is closed to new replies.