97% of bloggers displays all of their posts the same way on their home page. Sure, WordPress has no built-in option to let we define how a post displayed.But wait: with custom fields,we can do it easily. Define how a post is displayed on our home page. Two values are possible: • Full post • Post excerpt only Once more, we’ll use a custom WordPress loop. Find the loop in
Month: June 2019
By default, WordPress debugging is turned off, so to enable it, open wp-config.php (tip: take a backup copy of this file that we can revert to later if needed) in the root of our WordPress installation and look for this line: Replace that line with the following:- With those lines added to our wp-config.php file, debugging is fully enabled.