Tag: Wordpress

HAProxy mixed content warning when using HTTPS

I use HAProxy to do SSL offloading for a WordPress site. Frontend is on 80 and 443 with redirect HAProxy redirect HTTP to HTTPS using redirect scheme https code 301 if !{ ssl_fc } Redirection is working well when the page is accessed on port 80. However the pages loads incomplete and looking in the …

Continue reading

Disqus and other comments does not show on WordPress

The sympthoms are that neither default WordPress comment box neither Disqus or other commenting system plugin does not show comments on your WordPress website. The most often reason is misconfiguration in your WordPress. Check the following: Turning on Comments for a Single Post or Page

Continue reading

How to increase the max upload size in WordPress

Error-increase-upload-media-file-size-limit-in-WordPress

By default, maximum upload size in WordPress ranges from 2MB to 150MB depending on the settings of your web hosting provider is giving by default. To check what is the current max upload size limit in your WordPress site then navigate to WP Admin → Media → Add New. You will see the current max …

Continue reading