{"id":19107,"date":"2012-07-19T09:37:30","date_gmt":"2012-07-19T09:37:30","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/stella-free\/"},"modified":"2014-05-15T08:57:58","modified_gmt":"2014-05-15T08:57:58","slug":"stella-free","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/stella-free\/","author":9562613,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.4","stable_tag":"trunk","tested":"3.9.40","requires":"3.3","requires_php":"","requires_plugins":"","header_name":"Stella plugin free","header_author":"Frumatic","header_description":"","assets_banners_color":"","last_updated":"2014-05-15 08:57:58","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/store.theme.fm\/plugins\/stella\/","header_plugin_uri":"http:\/\/store.theme.fm\/plugins\/stella\/","header_author_uri":"","rating":3.1,"author_block_rating":0,"active_installs":100,"downloads":19392,"num_ratings":0,"support_threads":1,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":"5","2":"1","3":0,"4":"6","5":"3"},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.4"],"block_files":[],"assets_screenshots":{"screenshot-2.jpg":{"filename":"screenshot-2.jpg","revision":"1538864","resolution":"2","location":"plugin"},"screenshot-1.jpg":{"filename":"screenshot-1.jpg","revision":"1538864","resolution":"1","location":"plugin"}},"screenshots":{"1":"Plugin options page","2":"Editing post content via tabs"}},"plugin_section":[],"plugin_tags":[8583,1734,1386],"plugin_category":[48],"plugin_contributors":[82484],"plugin_business_model":[],"class_list":["post-19107","plugin","type-plugin","status-closed","hentry","plugin_tags-languages","plugin_tags-localization","plugin_tags-multilanguage","plugin_category-language-tools","plugin_contributors-ruslankhakimov","plugin_committers-ruslankhakimov"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/stella-free.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/stella-free\/trunk\/screenshot-1.jpg?rev=1538864","caption":"Plugin options page"},{"src":"https:\/\/ps.w.org\/stella-free\/trunk\/screenshot-2.jpg?rev=1538864","caption":"Editing post content via tabs"}],"raw_content":"<!--section=description-->\n<p>Stella plugin for WordPress is designed to give the user a simple and effective way to build a multi-language website. \nIt makes it possible to easily produce and manage multilingual content.<\/p>\n\n<p>This free version of stella plugin has some limitations.<\/p>\n\n<p>Here is a quick overview of free version features:<\/p>\n\n<ol>\n<li>Multi-language from the box - everything required already included<\/li>\n<li>Quick and simple configuration.<\/li>\n<li>Host versatility - use pre-configured host names or form automatic URLs.<\/li>\n<li>Multilingual post content editing via tabs in post edit WordPress section<\/li>\n<li>Website title, description and menu localization<\/li>\n<li>Language switching widget <\/li>\n<li>Plugin localization support<\/li>\n<\/ol>\n\n<p>Learn more about full version on \nhttp:\/\/store.theme.fm\/plugins\/stella\/<\/p>\n\n<!--section=installation-->\n<p>Upload plugin to your WordPress site the way you are accustomed to. The simplest way is to upload plugin via WordPress admin panel (Plugins -&gt; Add new -&gt; Upload).\nAfter successfull upload, check folder access rights. It should allow user and your wordpress group (www-data by default) to access plugin folder files (chmod 664 on Linux and MacOS systems )\nActivate plugin via (Plugins -&gt; Installed plugins -&gt; stella plugin -&gt; Activate).\nAfter plugin activation, you will need to configure the plugin for correct work. You must have admin rights to configure plugin. Open Settings -&gt; stella language.<\/p>\n\n<p>This is a plugin options page. Here you must select languages that you are wa\u0442\u0435 to support. After language selection you should specify URL forming options. \nYou can use auto-generated URLs or configure host names for multiple languages via your provider service. Either way will work, so it\u2019s up to you which way to choose. This option is selected via \u201cuse hosts\u201d checkbox. If it is selected, you must define pre-arranged host names. With this option unchecked, plugin will form URLs automatically like http:\/\/yoursite.com\/language\/post_name\nThat\u2019s all - plugin is installed and ready to go.<\/p>\n\n<p>Currently plugin is translated to: Russian, English, Italian.<\/p>\n\n<p>That\u2019s all - we hope that you\u2019ll like our plugin. Suggestions, questions and other feedback are welcomed. Email: support@theme.fm<\/p>\n\n<!--section=faq-->\n<dl>\n<dt>How to include language switcher somewhere in site?<\/dt>\n<dd><p>Insert this code in your theme file: \n    <\/p><\/dd>\n<dt>How to change lang names?<\/dt>\n<dd><p>Use stella-lang-codes filter. \nExample. Add this code in your theme functions.php file: \n    add_filter( 'stella-lang-codes', 'change_lang_names');\n    function change_lang_names( $langs ){\n        $langs['en'] = 'ENG';\n        $langs['ru'] = 'RUS';\n        return $langs;\n    }\nThe same to add new language: \n    add_filter( 'stella-lang-codes', 'add_new_langs');\n    function add_new_langs( $langs ){\n        $langs['kl'] = 'Klingon';\n        return $langs;\n    }\nResave stella settings to make effect!<\/p><\/dd>\n<dt>Some content doesn't load because of the permalink structure. What would be the best solution to fix this?<\/dt>\n<dd><p>Please, use get_template_directory_uri function to link your theme files.<\/p><\/dd>\n<dt>I want to use this domains: site.com (for English) and site.nl (for Dutch) How would I set this up at my host? Do I point all the domains to the same directory Wordpress is installed in?<\/dt>\n<dd><p>Yes, you need to configure your web server to point all this domains to the same directory. ( you can use aliases or virtual hosts )<\/p><\/dd>\n<dt>My post title ( post content, site title ) not translated in frontend<\/dt>\n<dd><p>Check your theme for $post-&gt;post_title code. Use get_the_title() function instead. Because Stella uses the_title filter.<\/p><\/dd>\n<dt>What do I get with the full version?<\/dt>\n<dd><ol>\n<li>Post tags, categories and custom taxonomies localization<\/li>\n<li>Post featured images localization<\/li>\n<li>Admin bar language switching<\/li>\n<li>Multisite support<\/li>\n<\/ol>\n\n<p>You can find more information in documentation http:\/\/store.theme.fm\/files\/2012\/06\/Stella-Documentation.pdf\nFor any questions mail to support@theme.fm<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.4<\/h4>\n\n<ul>\n<li>content_url() &amp; includes_url() instead hardcoded 'wp-content', 'wp-includes'<\/li>\n<li>Wordpress installed in some subdirectories<\/li>\n<li>API: stella_translate_filter function<\/li>\n<li>API: stella_localize_taxonomies function<\/li>\n<li>API: stella_menu_language_switcher_item_html filter<\/li>\n<li>widgetkit plugin compatiblity<\/li>\n<li>visual composer plugin compatiblity<\/li>\n<li>menu language switcher<\/li>\n<\/ul>\n\n<h4>1.3<\/h4>\n\n<p>Wordpress in subfolder support\nQuery mode support ( non-permalinks situation )\nAPI updates<\/p>\n\n<h4>1.2<\/h4>\n\n<p>Plugin release.<\/p>","raw_excerpt":"Simple and effective way to build a multi-language website.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/19107","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=19107"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/ruslankhakimov"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=19107"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=19107"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=19107"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=19107"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=19107"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=19107"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}