But I want it to work in category archive pages! Please help me.
Thread Starter
m77nf
(@m77nf)
I’ve found another code myself.
Anyway, thank you very much for your help.
<?php
add_filter(
'init',
create_function(
'$a',
'global $wp_rewrite;
$wp_rewrite->author_base = "the name";
$wp_rewrite->flush_rules();'
)
);
// Put Your ideal slug instead of "the name"
?>
Thread Starter
m77nf
(@m77nf)
Sorry
However, I searched, I didn’t get anything. Can you help?
I don’t know how to code it!