Category: Wordpress
-
Failed To Import Media
The following instruction will help you to resolve failed to import media when you try to import media files from another website. The error message you usually will see are: Failed to import Media “android-chrome-512×512”: Request failed due to an error: cURL error 60: SSL certificate problem:…
-
Adding New User to WordPress
Go to Users from the backend of the WordPress website. Go to websiteurl/wp-admin. Click “Add New” Fill in the information Username: **BYU NET ID (it has to be BYU NetId) Email: First Name: Last Name: Password: This is automatic so you don’t need to change it. Users can still log…
-
SSH Key and Github
The following steps are mainly for Windows machine, but these steps are very similar when you are on Mac or Linux. Open terminal or something like terminal such as Git Bash Go to .ssh directory, we don’t have to go there to generate ssh key. $ cd ~/.ssh $ ssh-keygen…
-
PODs Mastery
Creating Pods Custom Taxonomies Creating Relations Shortcodes Working with FacetWP Pods Template Exporting & Importing Creating Pods When first creating a new pod, you can select between creating new pods (custom taxonomies) or extending existing (using existing content types from WordPress). In the case of using existing content…
-
Site Not fully Secure
This post will show how to make a site fully secure after website certification is installed. Using the site is not fully secure error will occur when a file or files still have HTTP instead of HTTPS. The plugin will be used is “the search and replace plugin”. When you…
-
Disable Theme and Plugin Editor Feature
One way to protect wordpress website is to disable theme and plugin editor, so if the website was hacked, hackers won’t be able to edit your theme and plugins. Before disable theme and plugin editor, you are able to edit them once you login to dashboard. This is really dangers…