Title: aditee's Replies | WordPress.org

---

# aditee

  [  ](https://wordpress.org/support/users/aditee/)

 *   [Profile](https://wordpress.org/support/users/aditee/)
 *   [Topics Started](https://wordpress.org/support/users/aditee/topics/)
 *   [Replies Created](https://wordpress.org/support/users/aditee/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/aditee/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/aditee/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/aditee/engagements/)
 *   [Favorites](https://wordpress.org/support/users/aditee/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Job Manager] Jobs not displayed on japanese page](https://wordpress.org/support/topic/jobs-not-displayed-on-japanese-page/)
 *  Thread Starter [aditee](https://wordpress.org/support/users/aditee/)
 * (@aditee)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/jobs-not-displayed-on-japanese-page/#post-9537376)
 * Hello,
 * Yes I got a reply from WPML support team and they said they will be working on
   this and soon let me know if anything needs to be modified.
 * But for now they have given me the following code to add to my theme functions.
   php and
    it works just fine for me.
 * add_action(‘wp_footer’, function(){ ?>
    <script type=”text/javascript”> if (typeof
   job_manager_ajax_filters !== ‘undefined’ && job_manager_ajax_filters.hasOwnProperty(‘
   ajax_url’) && job_manager_ajax_filters.ajax_url.indexOf(‘http’) !== -1 ) { job_manager_ajax_filters.
   ajax_url = job_manager_ajax_filters.ajax_url.replace(‘[http://&#8217](http://&#8217);,‘/’);}
   </script> <?php }, PHP_INT_MAX);

Viewing 1 replies (of 1 total)