Having your WordPress site behind a Load Balancer is essential if you want to achieve High Availability (HA) for your site. But this could have some unwanted behaviours for your WP installation. One of those unwanted behaviour is not … Keep on reading
Customize allowed HTML Tags in WP Comments
The following snippets will allow you to add html tags that are not allowed by default in WordPress Core. We hook into pre_comment_on_post that runs just before a comment is saved to your database. Here's two version of snippets. The first … Keep on reading