Forums
-
- Forum
- Posts
-
- Installation
- 28,535
- Troubleshooting
- 62,771
- Themes
- 10,444
- Plugins
- 15,385
- Requests & Feedback
- 14,987
- 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