How Do You Edit HTML In Wordpress?

swettar asked:

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.

 
eddygool says
2008-08-27 22:21:35

Right click on the page then select “View Source”

 
Brandon H says
2008-08-30 21:39:20

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)

 

Your Comment (smaller size | larger size)
You may use <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> in your comment.