در صورتی که آپدیت به زبان فارسی را در در داشبورد وردپرس خود مشاهده نمیکنید، فایل wp-config.php در شاخه نصب وردپرس را به این شکل تغییر دهید و ذخیره کنید.
این بخش از کد را پیدا کنید:
/** * WordPress Database Table prefix. * * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! */ $table_prefix = 'wp_'; /** * For developers: WordPress debugging mode. *
و با اضافه کردن بخش برجسته آن را به این شکل تغییر دهید:
/**
* WordPress Database Table prefix.
*
* You can have multiple installations in one database if you give each
* a unique prefix. Only numbers, letters, and underscores please!
*/
$table_prefix = 'wp_';
/**
* WordPress Localized Language, defaults to English.
*
* Change this to localize WordPress. A corresponding MO file for the chosen
* language must be installed to wp-content/languages. For example, install
* fa_IR.mo to wp-content/languages and set WPLANG to 'fa_IR' to enable Persian
* language support.
*/
define('WPLANG', 'fa_IR'); // by http://wp-persian.com Team :)
/**
* For developers: WordPress debugging mode.
*
پایان

