Adding Domains
Adding Domains in Reclaim Hosting: https://community.reclaimhosting.com/t/addon-domains-in-cpanel/314
In some cases the Index File for WordPress was missing from the File Manager; which caused both sites to not work. I believe the issue was the way that we uploaded the different files for your different domains (so I did this – apologies). To remedy this issue you will need to submit a ticket to Reclaim Hosting (or your hosting service) to have them add the index.php file back to your File Manager. You can submit a ticket for Reclaim Hosting here.
CSS Basics
Intro to CSS: https://www.khanacademy.org/computing/computer-programming/html-css/intro-to-css/p/css-basics
CSS Tutorials: https://www.w3schools.com/css/
Head Info
Head Info Overview: https://www.w3schools.com/html/html_head.asp
The Head tags for our class will generally contain:
- A !Doctype declaration
- HTML tag
- A link to your External CSS
They may also include:
- A link to a style sheet you did not create (like Google Fonts)
- A Title Tag for your page
- A Language declaration
- Other metadata
HTML Basics
HTML Basics: https://www.khanacademy.org/computing/computer-programming/html-css/intro-to-html/p/html-basics
HTML Tutorials: https://www.w3schools.com/html/
Loading Files to Your Hosting Site
Client Area Overview: https://community.reclaimhosting.com/t/client-area-and-cpanel-basics/185
Uploading Folders & Files: https://community.reclaimhosting.com/t/uploading-folders-files/264
Folder Structure: https://community.reclaimhosting.com/t/understanding-folder-structures-in-cpanel/295
Navigation Bar
Navigation Basics: https://www.w3schools.com/howto/howto_js_topnav.asp
Keep in mind that the instructions are incomplete. Where it has “#about” and “#contact” etc. you need to put the file path to your About page, Contact page, etc.
WordPress Post Feeds
Several of you wanted to send different posts to different pages based on your WordPress site based on their category or tag.
Here is one way to do that:
- Assign a post to the category.
- Add the category to the menu. (See below.)
WordPress Menu
How to adjust your WordPress Menu: https://codex.wordpress.org/WordPress_Menu_User_Guide