Title: [Plugin: El Aleph] rewrite rule problem
Last modified: August 19, 2016

---

# [Plugin: El Aleph] rewrite rule problem

 *  Resolved [nesticus](https://wordpress.org/support/users/nesticus/)
 * (@nesticus)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/aleph-rewrite-rule-problem/)
 * hi,
 * first of all thanks to detective for such a useful plugin, i loved it.
 * i faced a problem with rewrite rules;
    i translate the po file and produce a .
   mo file for Turkish, everything seems all right but listing the posts of a user
   is not working.
 * although i changed the word “author” to “yazar” in Turkish, the permalinks still
   says author like “/author/username”
 * i tried to change the rewrite rule from database, but got php errors.
 * any idea how can i fix this?
    and probably i think this is a bug in the plugin,
   and hope i found it 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Detective](https://wordpress.org/support/users/detective/)
 * (@detective)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/aleph-rewrite-rule-problem/#post-844151)
 * Hi,
 * If you are linking to author posts, it’s not a problem in Aleph, but a problem
   in WordPress. I have the same problem. You could do something like this on a 
   plugin:
 *     ```
       function translate_author_link($url){
               return str_replace("author", "yazar", $url);
       }
       add_filter('author_link', 'translate_author_link');
       ```
   
 * Hopefully this should work.
 *  Thread Starter [nesticus](https://wordpress.org/support/users/nesticus/)
 * (@nesticus)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/aleph-rewrite-rule-problem/#post-844178)
 * it worked!
    thank you 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: El Aleph] rewrite rule problem’ is closed to new replies.

## Tags

 * [aleph](https://wordpress.org/support/topic-tag/aleph/)
 * [rewrite rule](https://wordpress.org/support/topic-tag/rewrite-rule/)

 * 2 replies
 * 2 participants
 * Last reply from: [nesticus](https://wordpress.org/support/users/nesticus/)
 * Last activity: [17 years, 8 months ago](https://wordpress.org/support/topic/aleph-rewrite-rule-problem/#post-844178)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
