Blogger has ths function, where can I find it in Wordpress?
Digg
Stumble
Reddit
Sphinn
Del.icio.us
3 Answers
Soheeb H says
2008-08-25 07:13:00
Open the file “import-mt.php” which is the directory “wp-admin” in your WordPress installation in your favourite text editor. For this, you have to download it first.
b. On line number 2 of import-mt.php, find
define(’MTEXPORT’, ”);
and change that to
define(’MTEXPORT’, ‘import.txt’);
c. Save import-mt.php and upload it to the “wp-admin” directory on your server, overwriting the existing “import-mt.php”.
d. Upload the “import.txt” file you had saved in step 1.f. to the “wp-admin” directory on your server.
Go to the current post you want to edit the html of and then click edit, once in the post there is a small button that says html. If you want to edit the html of a theme you need to ftp and download the files and reupload them once you have made your changes.
Themes are located under /wp-content/themes/(theme_name)
Open the file “import-mt.php” which is the directory “wp-admin” in your WordPress installation in your favourite text editor. For this, you have to download it first.
b. On line number 2 of import-mt.php, find
define(’MTEXPORT’, ”);
and change that to
define(’MTEXPORT’, ‘import.txt’);
c. Save import-mt.php and upload it to the “wp-admin” directory on your server, overwriting the existing “import-mt.php”.
d. Upload the “import.txt” file you had saved in step 1.f. to the “wp-admin” directory on your server.
Right click on the page then select “View Source”
Go to the current post you want to edit the html of and then click edit, once in the post there is a small button that says html. If you want to edit the html of a theme you need to ftp and download the files and reupload them once you have made your changes.
Themes are located under /wp-content/themes/(theme_name)