Title: Bogo
Author: Rock Lobster Inc.
Published: <strong>4 می 2009</strong>
Last modified: 30 نوامبر 2025

---

جستجوی افزونه‌ها

![](https://ps.w.org/bogo/assets/banner-772x250.jpg?rev=908124)

![](https://ps.w.org/bogo/assets/icon-256x256.png?rev=1047282)

# Bogo

 توسط [Rock Lobster Inc.](https://profiles.wordpress.org/rocklobsterinc/)

[دانلود](https://downloads.wordpress.org/plugin/bogo.3.9.1.zip)

 * [جزئیات](https://fa.wordpress.org/plugins/bogo/#description)
 * [نقد و بررسی‌ها](https://fa.wordpress.org/plugins/bogo/#reviews)
 *  [نصب](https://fa.wordpress.org/plugins/bogo/#installation)
 * [توسعه](https://fa.wordpress.org/plugins/bogo/#developers)

 [پشتیبانی](https://wordpress.org/support/plugin/bogo/)

## توضیحات

Bogo is a straight-forward multilingual plugin for WordPress.

The core of WordPress itself has the built-in localization capability so you can
use the dashboard and theme in one language other than English. Bogo expands this
capability to let you easily build a multilingual blog on a single WordPress install.

Here are some technical details for those interested. Bogo plugin assigns [one language per post](https://wordpress.org/support/article/multilingual-wordpress/#different-types-of-multilingual-plugins).
It plays nice with WordPress – Bogo does not create any additional custom table 
on your database, unlike some other plugins in this category. This design makes 
Bogo a solid, reliable and conflict-free multilingual plugin.

#### Getting started with Bogo

 1.  Install language packs
 2.  First, install language packs for languages you use on the site. You can view 
     and install language packs in the **Language Packs** screen (**Languages > Language
     Packs**).
 3.  Select your language for admin screen
 4.  Bogo lets each logged-in user select a language for their admin screen UI. Select
     a language from the menu on the [**Toolbar**](https://wordpress.org/support/article/administration-screens/#toolbar-keeping-it-all-together),
     or from the menu in the **Profile** screen (**Users > Your Profile**) if the **
     Toolbar** is invisible.
 5.  Translate your posts and pages
 6.  To create a translation post, go to the editor screen for the original post and
     find the **Language** box. Bogo does only make a copy of the post; translating
     the copied post is your task.
 7.  Add language switcher widgets
 8.  It would be useful for site visitors if you have a language switcher on your site.
     Bogo provides the **Language Switcher** widget in the **Widgets** screen (**Appearance
     > Widgets**).
 9.  You can also use the `[bogo]` shortcode to put a language switcher inside a post
     content. If you want to use this shortcode in your theme’s template files, embed
     the following code into the template:
 10.     ```
         <?php echo do_shortcode( '[bogo]' ); ?>
         ```
     

#### Privacy notices

With the default configuration, this plugin, in itself, does not:

 * track users by stealth;
 * write any user personal data to the database;
 * send any data to external servers;
 * use cookies.

## عکس‌های صفحه

[⌊You can select your language in the Toolbar.⌉⌊You can select your language in 
the Toolbar.⌉[

You can select your language in the **Toolbar**.

[⌊The Language box manages the post's translations.⌉⌊The Language box manages the
post's translations.⌉[

The **Language** box manages the post’s translations.

[⌊The Language Packs screen lets you view and install language packs.⌉⌊The Language
Packs screen lets you view and install language packs.⌉[

The **Language Packs** screen lets you view and install language packs.

## بلوک‌ها

این افزونه 1 بلوک ارائه می‌دهد.

 *   Language Switcher Language switcher widget by Bogo.

## نصب

 1. Upload the entire `bogo` folder to the `/wp-content/plugins/` directory.
 2. Activate the plugin through the **Plugins** screen (**Plugins > Installed Plugins**).

## نقد و بررسی‌ها

![](https://secure.gravatar.com/avatar/356e12611e6da4fa3b125cca9cfe2a06636c9b36e450c3dab7223eb30f480949?
s=60&d=retro&r=g)

### 󠀁[Basic but solid multilingual plugin](https://wordpress.org/support/topic/basic-but-solid-multilingual-plugin/)󠁿

 [Jean Werk](https://profiles.wordpress.org/brightbluegum/) 25 اکتبر 2025

Solid multilingual plugin for simple projects like brochure site or blog. There 
are many action hooks and filters for developers to use. Despite the lack of comments,
they’re relatively easy to understand.

![](https://secure.gravatar.com/avatar/a556f0c812162ab6f10fc8748912889c4b1135aafaa4452badcf5b733bb1f91d?
s=60&d=retro&r=g)

### 󠀁[Do you have a GitHub to contribute?](https://wordpress.org/support/topic/do-you-have-a-github-to-contribute/)󠁿

 [David Perez](https://profiles.wordpress.org/davidperez/) 21 اکتبر 2025 2 پاسخ

There are some functionalities needed that should be in the core like change the
post language, or linking to another post. Do you have a repository to contribute?

![](https://secure.gravatar.com/avatar/f33236201e55e772441f2ff66b53b7796e09dca8cfa5689a4a249aee3418b656?
s=60&d=retro&r=g)

### 󠀁[Amazing plugin!](https://wordpress.org/support/topic/amazing-plugin-2808/)󠁿

 [basbuis](https://profiles.wordpress.org/basbuis/) 29 سپتامبر 2025

I learned about this plugin a day ago. Tested the plugin today. It just works! Choosing
another language in a page creates a copy, and you can edit the page or post as 
you wish. The BOGO shortcode works immediately, so the reader can switch from one
language to another. I just wonder why everyone else makes a language plugin / switcher
so difficult! Okay, the menu and footer remain the same when changing language, 
but for a simple multi-language site and using as many international terms as possible,
it’s the perfect language plugin!

![](https://secure.gravatar.com/avatar/3847857b000068ad57420992b6d252851a07d47342385f1cacbdbf28d9bdea64?
s=60&d=retro&r=g)

### 󠀁[Best Plugin for dev](https://wordpress.org/support/topic/best-plugin-for-dev/)󠁿

 [pcatapan](https://profiles.wordpress.org/pakofocus/) 23 سپتامبر 2025

Thank you, Takayuki Miyoshi. Bogo is exactly what developers crave: minimal, transparent,
and fast. No custom DB tables, one post per language, clean URLs, simple switcher—
built on top of WordPress’ native localization.From a Developer standpoint, it extends
naturally (clean hooks), plays nicely with ACF/CPT, and the [bogo] shortcode gets
you running fast—then you can build a custom language selector for full control.
Only gripe: documentation is thin; many filters/entry points are discoverable only
by reading the source. A concise official guide (hooks overview, CPT/taxonomy examples)
would make Bogo unbeatable for developers.Bottom line: for code-first teams, Bogo
is fresh air compared to bulky suites: it does a few things, does them well, and
stays out of your way.

![](https://secure.gravatar.com/avatar/40f7b7e60ecfb2eb51789272cb891ac06fe3e895a87951a40aa457b627723a87?
s=60&d=retro&r=g)

### 󠀁[Super but…](https://wordpress.org/support/topic/super-but-3/)󠁿

 [bbergerac](https://profiles.wordpress.org/bbergerac/) 14 ژانویه 2025

The language selector is too basic. There are some websites that describe how to
customize the selector, but it’s quite complicated. Also, you have to repeat this
customization after every template update, so it should be possible to change the
look of the selector in Bogo’s configuration. It’s also quite difficult to position
the selector in the navigation bar so that it doesn’t destroy the whole layout.

![](https://secure.gravatar.com/avatar/2c33b2e57c48038ba935bc78898cb627312aeee64296565a9de3becd179d5f98?
s=60&d=retro&r=g)

### 󠀁[The plugin has a poor feature set](https://wordpress.org/support/topic/the-plugin-has-a-poor-feature-set/)󠁿

 [michman31](https://profiles.wordpress.org/michman31/) 20 جولای 2024

The plugin lacks many options that competitors have: No option to enable/disable
language flags. No ability to enable/disable language labels. There is no possibility
to set the layout of language icons themselves. They only appear as a vertical list.
This is inconvenient for menus. You can’t put them in a row. I had to rewrite the
plugin code. There is no possibility to enable/disable detection of the user’s browser
language, so that the pages would be displayed in the required language for the 
person.

 [ خواندن تمامی 46 نقد و بررسی‌ ](https://wordpress.org/support/plugin/bogo/reviews/)

## توسعه دهندگان و همکاران

“Bogo” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

 *   [ Rock Lobster Inc. ](https://profiles.wordpress.org/rocklobsterinc/)
 *   [ Takayuki Miyoshi ](https://profiles.wordpress.org/takayukister/)
 *   [ Umar Draz ](https://profiles.wordpress.org/itpixelz/)

“Bogo” به 18 زبان ترجمه شده است. با تشکر از [مترجمین](https://translate.wordpress.org/projects/wp-plugins/bogo/contributors)
برای همکاری و کمک‌هایشان.

[ترجمه “Bogo” به زبان شما.](https://translate.wordpress.org/projects/wp-plugins/bogo)

### علاقه‌ مند به توسعه هستید؟

[Browse the code](https://plugins.trac.wordpress.org/browser/bogo/), check out the
[SVN repository](https://plugins.svn.wordpress.org/bogo/), or subscribe to the [development log](https://plugins.trac.wordpress.org/log/bogo/)
by [RSS](https://plugins.trac.wordpress.org/log/bogo/?limit=100&mode=stop_on_copy&format=rss).

## گزارش تغییرات

#### 3.9.1

 * Confirmed WordPress 6.9 compatibility.

#### 3.9

 * Overhauls the JavaScript used in the admin screens.
 * Fixes a lot of errors that the Plugin Check plugin (PCP) has reported.

#### 3.8.2

 * Fixes a bug that prevents block editor from working correctly on 6.4-6.5 versions
   of WordPress.

#### 3.8.1

 * Language packs: Fixes a bug that blocks language pack deactivation.

#### 3.8

 * Language switcher: Updates `apiVersion` to `3` in the `block.json` file.
 * Lets `bogo_http_accept_languages()` always return an array.
 * Fixes a bug that makes it impossible to have two sticky posts or more.

## اطلاعات

 *  نگارش **3.9.1**
 *  Last updated **6 ماه پیش**
 *  نصب‌های فعال **10,000+**
 *  نگارش وردپرس ** 6.7 یا بالاتر **
 *  Tested up to **6.9.4**
 *  نگارش PHP ** 7.4 یا بالاتر **
 *  زبان‌ها
 * [Afrikaans](https://af.wordpress.org/plugins/bogo/)، [Chinese (Taiwan)](https://tw.wordpress.org/plugins/bogo/)،
   [Danish](https://da.wordpress.org/plugins/bogo/)، [English (UK)](https://en-gb.wordpress.org/plugins/bogo/)،
   [English (US)](https://wordpress.org/plugins/bogo/)، [Finnish](https://fi.wordpress.org/plugins/bogo/)،
   [German](https://de.wordpress.org/plugins/bogo/)، [Italian](https://it.wordpress.org/plugins/bogo/)،
   [Japanese](https://ja.wordpress.org/plugins/bogo/)، [Norwegian (Bokmål)](https://nb.wordpress.org/plugins/bogo/)،
   [Russian](https://ru.wordpress.org/plugins/bogo/)، [Spanish (Chile)](https://cl.wordpress.org/plugins/bogo/)،
   [Spanish (Colombia)](https://es-co.wordpress.org/plugins/bogo/)، [Spanish (Ecuador)](https://es-ec.wordpress.org/plugins/bogo/)،
   [Spanish (Mexico)](https://es-mx.wordpress.org/plugins/bogo/)، [Spanish (Spain)](https://es.wordpress.org/plugins/bogo/)،
   [Spanish (Venezuela)](https://ve.wordpress.org/plugins/bogo/)، [Swedish](https://sv.wordpress.org/plugins/bogo/)،
   و [Ukrainian](https://uk.wordpress.org/plugins/bogo/).
 *  [به زبان خودتان ترجمه کنید](https://translate.wordpress.org/projects/wp-plugins/bogo)
 * Tags
 * [admin](https://fa.wordpress.org/plugins/tags/admin/)[language](https://fa.wordpress.org/plugins/tags/language/)
   [locale](https://fa.wordpress.org/plugins/tags/locale/)[localization](https://fa.wordpress.org/plugins/tags/localization/)
   [multilingual](https://fa.wordpress.org/plugins/tags/multilingual/)
 *  [نمایش پیشرفته](https://fa.wordpress.org/plugins/bogo/advanced/)

## امتیازها

 4.5 از 5 ستاره.

 *  [  امتیاز 34 5-ستاره     ](https://wordpress.org/support/plugin/bogo/reviews/?filter=5)
 *  [  امتیاز 7 4-ستاره     ](https://wordpress.org/support/plugin/bogo/reviews/?filter=4)
 *  [  امتیاز 1 3-ستاره     ](https://wordpress.org/support/plugin/bogo/reviews/?filter=3)
 *  [  امتیاز 1 2-ستاره     ](https://wordpress.org/support/plugin/bogo/reviews/?filter=2)
 *  [  امتیاز 3 1-ستاره     ](https://wordpress.org/support/plugin/bogo/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/bogo/reviews/#new-post)

[مشاهده همه بررسی‌ها](https://wordpress.org/support/plugin/bogo/reviews/)

## مشارکت کنندگان

 *   [ Rock Lobster Inc. ](https://profiles.wordpress.org/rocklobsterinc/)
 *   [ Takayuki Miyoshi ](https://profiles.wordpress.org/takayukister/)
 *   [ Umar Draz ](https://profiles.wordpress.org/itpixelz/)

## پشتیبانی

مشکلات حل شده در دو ماه گذشته:

     2 از 6

 [مشاهده انجمن پشتیبانی](https://wordpress.org/support/plugin/bogo/)

## کمک مالی

آیا تمایل دارید از پیشرفت این افزونه حمایت کنید؟

 [ کمک مالی به این افزونه ](https://contactform7.com/donate/)