Update WordPress website manually

If you can not access the dashboard, you can perform WordPress manual update. Incompatibility of old site with new PHP version is a common issue. Updating your site manually can help you to resolve it. To make manual update / upgrade you need to access FTP / SSH or...

WordPress local development quick setup

Best WP local development environment setup 1A – Local by FlyWheel For fast local development/ dev env setup dedicated for WordPress installation, you can use Local by FlyWheel. Be sure to make use of its blueprints functionality. You can also add Local...

WordPress – How to modify archive get_post function?

You can change the get_post function by hooking to pre_get_posts filter. For example, if you have custom post cars, with the archive under www.demo.com/cars and you want to be able to pass a parameter like www.demo.com/cars?year=2020 You would write the fallowing...