[wp-hackers] How to remove /author/ permalink
Marko Heijnen
mailing at markoheijnen.nl
Tue Mar 11 23:38:03 UTC 2014
This are rewrite rules and can’t be added in MySQL since they will be regenerated. I would not recommend doing this unless you are knowing what you do. What isn’t the case here.
What you need to do is adjusting the rewrite rules for users but you need to do more. You also need to validate that pages (maybe posts too) don’t conflict with those.
So what you can do is rewrite those too but without the use case it’s hard to see what the right approach is.
Best,
Marko
Op 12 mrt. 2014, om 00:34 heeft Chris Williams <chris at clwill.com> het volgende geschreven:
> Should be able to use a MySQL utility to do some kind of search/replace.
> Perhaps export to a .SQL file, use a text editor to remove the desired
> text, and reimport it.
>
> On 3/11/14 9:16 AM, "Sinan" <yok2504 at gmail.com> wrote:
>
>> Any solution ?
>>
>>
>> 2014-03-06 22:52 GMT+02:00 Sinan <yok2504 at gmail.com>:
>>
>>> Hello
>>>
>>> What is the best way to do
>>>
>>> this
>>> *example.com/author/username <http://example.com/author/username>*
>>>
>>> into this
>>> *example.com/username <http://example.com/username>*
>>>
>>>
>>> --
>>> Sinan İŞLER
>>> sinanisler.com <http://www.sinanisler.com/>
>>>
>>>
>>
>>
>> --
>> Sinan İŞLER
>> sinanisler.com <http://www.sinanisler.com/>
>> _______________________________________________
>> wp-hackers mailing list
>> wp-hackers at lists.automattic.com
>> http://lists.automattic.com/mailman/listinfo/wp-hackers
>
> _______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-hackers
More information about the wp-hackers
mailing list