Step OneThe file must be served on your computer. Your local site’s address will look something like this. Remember the port number (highlighted below): Step TwoFind your computer’s IP address Windows users will need to then look for the IPv4 Address (example: 10.128.221.62) Step ThreeOn phone, join IP + port number This screenshot is from […]
Author: ting hung chung
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 […]
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 […]