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

WordPress wants to install itself, rather than run the blog

WordPress redirects you to that installation screen because the database it’s connecting to is working (meaning, the username and password are correct), but the data it’s expecting to be there isn’t. Therefore, it assumes it’s a new / empty database and prompts you to install WordPress. I’ve seen this happen in two scenarios: The database … Read more