Posts Categorized: Wordpress
Enable Error Reporting in WordPress
coding, Websites, WordpressI often find myself trying to nut out a problem on a WordPress website and instead of getting some useful errors, I simply get a blank screen or the page loads without telling me why my code doesn’t work! Enter the below code into your…
Resolving wp_redirect and the “Headers Already Sent” message
coding, Websites, WordpressOften I come across the need to use wp_redirect when working with WordPress, however it often comes up with the “Headers Already Sent” error, below is a way to resolve this in WordPress websites.
Ensuring WordPress Session Start
coding, Websites, WordpressThere may come a time when you may need to manually enable/disable sessions on your Wordpress website. However using your typical $_SESSION may not always work correctly. If you are running into some problems try adding this to your…
How to add shortcodes into sidebar widgets
coding, Websites, WordpressEver downloaded a sweet new plugin and installed it on your Wordpress website, and tried to use the shortcodes in your sidebars? Well, stop banging your head against a wall because here's some quick code to help you get this working.