• Resolved serialcheche

    (@serialcheche)


    The problem is simple : there’s no title (empty : <title></title>)exported for the post and pages in the XML file created by wordpress (2.5 version – french translate).

    Is anybody encounter the same problem ? If so, how did you solve it ?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter serialcheche

    (@serialcheche)

    The only way i found was to change on line 195 (file:/wp-admin/includes/export.php)

    <title><?php echo apply_filters('the_title_rss', $post->post_title); ?></title>

    for

    <title><?php echo $post->post_title; ?></title>

    Anyhing else less barbarian ?

    Thread Starter serialcheche

    (@serialcheche)

    Should we say : it’s resolved ? ??

    —————————
    Visit my site !

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problem with the exported WXR file (WordPress 2.5)’ is closed to new replies.