How to add a new currency

Here is our list of currency, and if you can’t find your currency in our list, please follow these steps:

  1. Access your WordPress installation via FTP or file manager.
  2. Navigate to the theme folder, which is located at wp-content/themes/traveler/ for the regular theme or wp-content/themes/traveler/inc/layouts/modern/ for the modern theme.
  3. Locate the travel-helper.php file and open it for editing.
  4. Look for the array declaration at line 72 (or the appropriate line based on your theme version).
  5. Add a new currency code and name to the array using the following format: ‘Currency Code’ => ‘Currency Name’. For example, to add the Tunisian Dinar, you can use: ‘TD’ => ‘Tunisian Dinar’.
  6. Save the changes to the file and close it.
				
					‘TD’ => ‘Tunisian Dinar’,
				
			
Service FAQ Image 56
Service FAQ Image 57

$79