• Hi there,

    I am running a local server using AMPPS and running the Real Homes Theme.

    I have used the WP ALL IMPORT plugin to mass import over 300 property’s into the property post types. WP ALL IMPORT supports custom mappings for a lot of things but sadly not the title.

    My title looks like this:
    {type[1]} in {town[1]}, {province[1]}

    Comes out of the XML like this:
    apartment in Vera, Almeria

    Want to translate it with the mapping to Dutch like this:
    Appartement in Vera, Almeria

    They have referred me to this but I am not great at php:
    https://www.wpallimport.com/documentation/developers/execute-php/

    Could someone please help me?
    Thanks!

Viewing 1 replies (of 1 total)
  • Thread Starter brightdaymedianl

    (@brightdaymedianl)

    Update: Now I am trying to replace the type1 field manually with this php code in WP ALL IMPORT (Sadly without result)

    <?php?
    
    [str_replace("apartment", "Appartement", {type[1]})]
    
    ?>
Viewing 1 replies (of 1 total)
  • The topic ‘Translating terms in Post titles’ is closed to new replies.