Allow PHP in WordPress default text widget

The default text widget in WordPress only supports HTML. You can extend the functionality of the text widget by making it possible to execute PHP. Put this code in the functions.php of the theme you are using: add_filter(‘widget_text’, ‘php_text’, 99); function…

How to enhance WordPress performance

Performance is an important issue in maintaining your WordPress website. You have to monitor regularly how your website performs. Several online tools can help you measure the performance. It can happen that the performance isn’t what it used to be.…