gh3
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: language switchYou can use sooner Babel: http://gh3.ellequadro.net/my-works/babel/
Forum: Plugins
In reply to: Website in different languageSML project is closed.
I have started a brand new one: Babel ( http://gh3.ellequadro.net/my-works/babel/ )Forum: Plugins
In reply to: Simple Multilanguage Pluginupgraded to 1.2 and new url http://gh3.ellequadro.net/my-works/simple-multi-language-plugin/
Forum: Fixing WordPress
In reply to: .htaccess mod_rewrite helpsolved 🙂
you have to add in functions.php of the theme a rule like:
function foo_bar_rewrite_rules($rules) {
global $wp_rewrite;
$newrules[‘cerca.htm$’] = ‘index.php?cerca’;
$newrules[‘profilo/(.+).htm$’] = ‘index.php?user=$matches[1]’;
return array_merge($newrules,$rules);
}
add_filter(‘rewrite_rules_array’,’foo_bar_rewrite_rules’);update_option(‘rewrite_rules’, ”);
😀
Forum: Fixing WordPress
In reply to: .htaccess mod_rewrite helpthere’s no way to get it work, but the wp rule works and anti hotlink of images works too 🙁
Forum: Fixing WordPress
In reply to: .htaccess mod_rewrite helpForum: Fixing WordPress
In reply to: .htaccess mod_rewrite helpno, it seems to love 404 page 🙁
Forum: Fixing WordPress
In reply to: .htaccess mod_rewrite helpi’ve fixed the mispelled and dot but it still redirect me to the 404 error of the theme
Forum: Fixing WordPress
In reply to: Keep original authorwe have the same version (2.0.4), for me author is set 2
Forum: Fixing WordPress
In reply to: Keep original authorwait, usually we answer a question without another question.
so your author level is set to 2?
Forum: Fixing WordPress
In reply to: Keep original authorauthor user is level 2 ?
Forum: Plugins
In reply to: Multi-language blogIf you wanna you can try to use my plugin: http://gh3.altervista.org/simple-multi-language-plugin/
Forum: Plugins
In reply to: Website in different languageIf you wanna you can try to use my plugin: http://gh3.altervista.org/simple-multi-language-plugin/
Forum: Requests and Feedback
In reply to: Multi-Language Support?If you wanna you can try to use my plugin: http://gh3.altervista.org/simple-multi-language-plugin/
Forum: Plugins
In reply to: Multi language postHi, i developed a nice plugin that permit you to write down your post in each language you want.
If you want other info look there: http://gh3.altervista.org/simple-multi-language-plugin/