Difficulty updating WordPress from 3.9.1 to 4.0

You need to check your file/folder permissions. Your webhost may have them set too strictly for WordPress to write its own temp folders and extract its own archive in /wp-content/upgrade/. See Changing File Permissions « WordPress Codex: Typically, all files should be owned by your user (ftp) account on your web server, and should be writable by … Read more

How can I configure the WordPress development environment locally?

How can I set the local development environment for my site and publish to the live site? Download the WordPress application from Bitnami Can we do all the changes by using the online WordPress administrator account itself or is there a limitation by doing it online? Yes you can do all the actions you need using … Read more

WordPress home page is blank but every other page is working fine

After trying all the solutions, finally came to understanding that it was a memory limit issue on the httpd.conf apache server setting. After increasing the limit for RLimitMEM = 204535125 it was working! this link really helped! incase someone faces this issue in the future please look into the httpd.conf settings for the memory limit. Further reference … Read more

Custom Coupon type woocommerce wordpress

In newer versions of WooCommerce, you will need to Register a custom coupon type Validate the coupon Calculate & Apply the discount Register custom coupon type Validate the coupon Calculate & Apply Discount Sources: @raju_odi’s answer on this exact question @Chris Morris’s answer to Woocommerce custom coupon type with custom discount always return 0

How to move my local WordPress site (on my PC – webmatrix) to live?

There are two options (Best) Create a wordpress account in godaddy, import all your sites data and database to the new site. This is relatively easy to do and you can get Godaddy to walk you through it. https://www.godaddy.com/help/move-your-wordpress-site-manually-12371 (Worst) On you home router, NAT ports 80 (HTTP) and 443 (HTTPS) if you would like … Read more