Category: WordPress
-
permalink – page not found issue
Solving the page not found issue when using permalink This post is about how to solve the page not found problem when using the Permalinks feature of WordPress in Raspberry Pi. About the Issue When using “Post Name” or “Day and name” as the permalink, a not found error occurs when accessing the link in…
-
Update WordPress without FTP
This is a common issue whereby the WordPress system can not write to /wp-content folder directly. Solution To solve this issue you need to define the FTP details in the wp-config.php file so WordPress will remember it.Alternatively, you may also provide WordPress with write access to the /wp-content folder by accessing the FTP root fileand…