Forums
-
- Forum
- Posts
-
- Installation
- 28,531
- Troubleshooting
- 62,746
- Themes
- 10,443
- Plugins
- 15,383
- Requests & Feedback
- 14,983
- Showcase
- 3,257
-
I Have a Solution!
Using like this:
preg_match_all(“/(<code.*>)(w.*)(</code>)/isxmU”,
$post_text_output, $matches))
and str_replace()
inside the post.php of my template will fix the problem for me.
Regards Daniel