7 February 2010 Comments

WordPress Text Flow vs. Markdown

Michel Fortin reviewed his analysis in how to make PHP Markdown works with WordPress.
It works since a year now, but there have always been many glitches. All this relates to the text flow model WordPress has adopted, which is very powerful but badly adapted to a writing syntax different from HTML. To work correctly, [...]


18 January 2010 Comments

WordPress Fatal error: Allowed memory size of 16777216 bytes exhausted

I received a message like this
"Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 30720 bytes) in /usr/home/web/web276672/lan/wp-admin/includes/template.php on line 3186"
This is how I solved it (dirty quick solution).