Confirm that the translation functions are being loaded. Sometimes, issues with function loading can prevent translations from working.
Basic example of loading translations in your theme’s functions.php file
function my_theme_load_textdomain() {
load_theme_textdomain( 'my_theme', get_template_directory() . '/languages' );
}
add_action( 'after_setup_theme', 'my_theme_load_textdomain' );
Related Posts:
- Partially translated dashboard in one of network’s site
- WordPress Multilingual Theme using Multisite
- Change language for each website using multisite
- How to automatically translate plugin using translate.wordpress.org
- Structure of multilingual and multiregional directory listing website for translation
- String translation within WordPress multisite with i18n not working on all sites
- Multi Site Translate Strings
- restore_current_blog() vs switch_to_blog()
- Anyone figured out how to use WordPress MultiSite with Domain Mapping & SSL?
- What do I need to do to convert my MultiSite from HTTP to HTTPS?
- WP Multisite development with Mamp Pro and wildcard subdomains, not really working for me
- SSL wildcard issue for wp multisite subdomains
- How to set configuration options for particular sub blogs?
- Perform action on WPMU blog deletion
- Changing Multisite themes on mass
- Upload path/URL weirdness for the main blog of a multisite/network setup
- WP_Site_Query vs. WP_Network_Query in WordPress 4.6
- Multisite/network–automatic self-registration, blog setup
- REST API for Multisite
- How can I display all Multisite blogs where this user is administrator?
- Organize uploaded media files
- How to upload images manually to wordpress?
- MU domain mapping login issue
- Sitemap Plugin for WordPress Network
- Restrict users on multisite WordPress install
- How to make WordPress use new Upload Path settings in Multisite Setup
- Create unique robots.txt for every site on multisite-installation
- WPDB Multiple site’s posts and get featured images
- Using WP CLI to set options in WP Multisite
- Import a regular WordPress blog into a MU installation
- Basic analytics across WordPress Multisite network [closed]
- Which is the recommended method to transfer a wordpress site to wordpress Multisite?
- Hierarchical Page Listing of all Pages in a Multisite Network
- Asian language multisite IDN subdomain
- Using separate Apache log files for multisite
- Ideal WP multisite server setup for up to 1000 sites?
- Changing Multisite URL after the subsite has been in use
- Can’t find “Add New” button for themes in a multisite
- Network setup tab is not shown under Tools
- WordPress 3.2(Multisite) – How to add custom user meta fields to signup form?
- WordPress 3.8.1 Multisite blog slug problem
- How to make wp-signup.php a 1-step process [closed]
- Multi-site: Change the URL of main site to HTTPS
- How to show sites under “My Sites” Menu in admin panel wordpress multisite?
- What type of Google tracking should I use?
- Transients API and multisite
- Multiple Multisite networks on the same domain?
- How can I get multisite primary blog (url or path) for current user?
- convert from single site to multisite (network) with existing subdomains
- How the mu-plugins Folder Works in a Multisite Installation?
- Replacing the default content created while the site creation
- Importing Multiple DB to one MU database
- Get Permalink of Network Blog Post
- What is the best practice to get a site from local to online?
- Yoast Sitemap grouping external sitemaps [closed]
- Change Username?
- Downgrading a WP3.3.1 Network Install
- Multisite, can’t see sub blogs
- Google Docs Viewer have problem in MultiSite sub-blogs
- WP Multisite – domain mapping to domain.com and separate site to domain.com/help
- How to disable W3 Total Cache “Performance” menu under multisite? [closed]
- How i can get blog info using site url in multi-site
- Embedding screencast.com Videos in WordPress Multisite
- upgrade from WPMU 2.9.2 to WP 3.2.1
- What does “Use BalanceTags” Do?
- Images don’t show up
- How to create sub site in wordpress multisite programmatically?
- How to create a network using a command line script?
- How to list WP multisite languages
- wp-config dynamic hostname in WP_HOME and WP_SITEURL
- Mapping subdomain to point to sudirectory site in WordPress Multisite Network
- WP doesn’t remove uploads from folder when removed from “Media Library”?
- How does WordPress determine which multisite the user is on from the URL?
- Multiple multisite instances connecting to the same database
- Multisite multidomain
- Notice bar at frontpage for multisite
- Syncing content in Multisite. Possible?
- Query to import data from one MultiSite table to another (pages/sub-pages)
- How can I automatically duplicate a site’s pages onto network site?
- How can I use WP_Site_Query to find a blog by blog name?
- Multisite – Images often getting uploaded to the wrong month directory
- How to fix blocked cookies error that doesn’t let me log into wp-admin?
- Draft preview and customize permission problems on multisite main site
- Limit entries number on network/sites.php
- Apache Site Aliases & WordPress Multisite
- Gravity Forms: gform_wrapper stays hidden even though JS-scripts load without errors
- Single sign on for several website domains
- How to create a Multi-Network subsite?
- Will changing the folder name two directories above a fresh wordpress installation break the site?
- Multi-language site on different domains
- How can I use separate domains for single pages?
- Multisite -> XMLRPC
- wordpress multisite is broken in nginx but working in apache
- Mixing a custom php index page with multi-site installation
- Help with image directory issues on wordpress multisite
- What could be changing my WP password and blocking plugins from installing?
- MultiSite Setup
- Multisite: merging two subsites in the main site
- wp search-replace returns no output on Multisite installation
- How can I get all attachments by a user on a WP multisite network?