Migrating to Wordpress
I'm now in the process of migrating to Wordpress. Calin, once again, my thanks.
Comment(s) »
» Leave a comment
- Your E-mail address is never displayed. If you enter it, it will only be visible to the blog author
- Since there already are comments to this post, your eventual comment might trigger a notification e-mail to the persons that commented before you.
- The line and paragraph breaks automatically
Comment by Elmers Brother— 2006/08/15 @ 07:32 PM — (Reply)
If you get the "too big" message like some of the others have you need to cut the file down by adding tags and saving as separate files.
Comment by albert— 2006/08/16 @ 08:05 PM — (Reply)
Comment by Elmers Brother— 2006/08/16 @ 08:22 PM — (Reply)
;/wp:comment>
;/item>
;/channel>
;/rss>
Where ; is < (an open tag).
So, you would basically have to find where the originating wp:comment, item, channel, and rss tags are, then add more open tags where you inserted your closing tags to break it down into smaller pieces.
For a better idea, I'd look at http://en.wikipedia.org/wiki/Html.
Comment by albert— 2006/08/17 @ 06:03 PM — (Reply)