A student has reported an issue with the Duplicator part of the Moving a WordPress Site exercise: the process freezes in Step 2: Install the Database. Things like this can happen since there are lots of moving parts involved in hosting a website, so software updates can inadvertently introduce issues. There are, however, at least two […]
Author: ting hung chung
To change the default length of a WordPress generated excerpt, we need to filter the output of the WordPress the_excerpt() function. Add the following to your functions.php file. If you theme does not have a functions.php file, you can find starter code here: Be sure to change all instances of the word THEME in the […]