Tag Archives: WordPress

WordPress: remove the html filter for comments – the dirty way

in /wp-includes/comment.php line 991 Comment out the line, such that it looks like the following: /* $commentdata=wp_filter_comment($commentdata);*/ There must be another way to disable/configure this filter but I cannot find it. It is pretty weird that these ‘filters’ does not … Continue reading

Posted in Uncategorized | Tagged , | 4 Comments

Migrating to WordPress

Simple php blog has been a great companion for two year, but the wave of the future seems to be wordpress! Wordpress has an import functionality for rss, but it is partly broken, it cannot read rss for sphpblog properly … Continue reading

Posted in Ruby | Tagged | Leave a comment