nezzard
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [Search in Place] Rename post to another languageAfter a while I realized that these data are derived from the database, and then wrote a small code
if ($result->post_type == 'post') { $result->post_type = 'Пост'; } if ($result->post_type == 'page') { $result->post_type = 'Страница'; }I do not know right or wrong, but it works
Forum: Plugins
In reply to: [Search in Place] Rename post to another languagei rename on this lines
$a = __('post', $this->text_domain); $a = __('page', $this->text_domain); $a = __('attachment', $this->text_domain);but nothing happened
Forum: Plugins
In reply to: [Search in Place] Rename post to another languagei have only
// Fake variables to allow the translation for Poedit application $a = __('post', $this->text_domain); $a = __('page', $this->text_domain); $a = __('attachment', $this->text_domain); } // End initForum: Plugins
In reply to: [WP Subdomains] [Plugin: WP Subdomains] 3.3.1 WorkingShow me yours .htaccess and whether to activate the wildcard?
Forum: Plugins
In reply to: [WP Subdomains] [Plugin: WP Subdomains] 3.3.1 WorkingHello, how to make it works with Author? Thank you 🙂
Viewing 5 replies - 1 through 5 (of 5 total)