Forums
-
- Forum
- Posts
-
- Installation
- 28,539
- Troubleshooting
- 62,831
- Themes
- 10,444
- Plugins
- 15,391
- Requests & Feedback
- 14,992
- Showcase
- 3,258
-
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