• WordPress locally installed under linux.
    Install the plugin to import from blogger.
    Imported post comments, authors, wordpress blogger

    But each entry adds the character>

    As I can delete

    Thanks

    Juan from Asturias

    Sorry my bad English

    ———————-
    Wordpress instalado en local, bajo linux.
    Se instala el plugin para importar de blogger.
    Se importan post, comentarios, autores , de blogger a wordpress

    Pero a cada entrada a?ade el caracter >

    Como lo puedo eliminar

    Gracias

    Juan desde ASTURIAS

    Lamento mi mal ingles

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi

    ========================================|
    BACK UP YOUR DATABASE BEFORE YOU DO THIS|
    ========================================|

    open PhpMyAdmin and run this SQL update statement

    update wp_posts set post_title = replace(post_title, '>', '')

    This will remove all “>” characters in post titles

    If you don’t know how to use PhpMyAdmin Google for a tutorial, or post back questions. PhpMyAdmin used incorrectly can delete or change data, so back up your database before doing this

    wp-db-backup plugin will back database up within WordPress

    Thread Starter La palabra y la pluma

    (@juan-campos)

    Thank you.

    Following his instructions the operation was successful
    Greetings

    Juan Campos
    Asturiias
    http / / https://www.vamosacambiarelmundo.org (in a week in wordpress)
    ——
    Gracias, gracias.

    Siguiendo sus instruciones la operacion ha tenido exito
    Un saludo

    Juan Campos

    Asturiias

    http//www.vamosacambiarelmundo.org ( en una semana en wordpress)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘delete character ">"in post title’ is closed to new replies.