Coretium
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Fixing WordPress
In reply to: Can't get to wp-admin and wp-login throws up a weird messageFound the solution, it was this text in my functions.php, once removed worked fine:
<?php add_filter('widget_text', 'do_shortcode'); ?> <?php add_filter('widget_text', 'php_text', 99); function php_text($text) { if (strpos($text, '<' . '?') !== false) { ob_start(); eval('?' . '>' . $text); $text = ob_get_contents(); ob_end_clean(); } return $text; }?>Forum: Themes and Templates
In reply to: Shortcode order by asc or descbump, can anyone help with this?
Forum: Plugins
In reply to: [Really Simple CAPTCHA] Bots getting around captcha?Hi Mate,
Thanks for getting back to me!
I’m running akismet, but I thought that was more for post comment spam?
Jamie
I certainly will Vova, np. 😉
Also, is there any way to remove the ‘rate this’ rollover adverts. I understand it contributes to the plugin, but I don’t want to bombard my users with ads every time they inadvertently roll over them.
Many thanks.
JamieHi Vova,
That worked a treat! Many thanks! 😉
Viewing 5 replies - 1 through 5 (of 5 total)