Opened 6 months ago
#248 new enhancement
Prevent translation of default language feed URL
| Reported by: | orvtech | Owned by: | ofer |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.7 - Coming Major |
| Component: | Parser | Version: | 0.8.3 |
| Keywords: | feed | Cc: |
Description
Friends,
Would it be possible to prevent the translation of the URL that the feed builds? For example lets say that we have http://domain.tld/blog-post/ that is written in spanish (default language)
It is OK that http://domain.tld/en/feed builds links like these when translating to English:
http://domain.tld/en/blog-post/
But it should not form URLs like this in http://domain.tld/feed (default language):
http://domain.tld/es/blog-post/
Is there a way around this?
I found that disabling to parse /feed/ al together in /wp-content/plugins/transposh-translation-filter-for-wordpress/transposh.php in the function is_special_page does the trick but it also disable http://domain.tld/en/blog-post/
Thanks in advance
