DerEinzige & traumfahne.de
zeitschrift zum selbstausdrucken im eigenverlag vom 6. 11. 2007 | gesamtausgaben: 269
wordpress xml export with missing post title
6. November 2007 | ausgabe drucken | ein leserbrief | leserbrief schreibenusing *cli* on another domain, i was looking for an easy way to get my content there … wordpress serves a export – import function … without exporting the post titles
after searching fruitless for quite a time, i decided to creep in the guts of wordpress
here’s the solution i found:
- goto: wp-admin/export.php
- row: 216
- change: <title><?php the_title_rss() ?></title>
- to: <title><?php the_title() ?></title>
voilà, your wordpress installation will export the post titles within the extended rss file comming along as wordpress.date.xml
autor: jeff brett, verfasst am 6. 11. 2007
permalink: http://dereinzige.de/2007/11/06/wordpress-xml-export-with-missing-post-title/
short url: http://dereinzige.de/332




*g* thanx