Setting Up a WordPress Site
-
The Home Page
Now it’s time to get the look and the layout of the home page just right. The home page can be static, in that its content can be changed by editing via the admin section only, or it can be dynamic, in that all or part of it can be updated whenever a post is added…
-
Plugins
These are the Plugins which I think will be most useful for my “typical” website. Maintenance mode – a handy option which allows you to display a polite “website unavailable” message to visitors, while still allowing signed-in administrators access to view the website. Visualize Advanced Features – provides additional editing buttons to users using the visual…
-
Get the Look
Get the look right. Hopefully you have some kind of look – colours, fonts – in mind and ideally a header image, even a logo. Select a likely theme as a basis. See Using Themes and Theme Development for reference. Work on the style.css and header.php and footer.php files to get the fonts, colours, layout and…
-
Extra Security
I like to keep my database name, username etc in a special secure place, not in the standard configuration file. So I’m going to make those changes next (details not published of course but in my personal notes!) This has not proved to be as simple as it should. The first attempt gave a Headers already sent…
-
Displaying Blog in the Root Directory
It’s neat to keep all of the WordPress files in their own directory. In particular, it adds to security to store the files in an unexpectedly named subdirectory (not wordpress but something a hacker is unlikely to guess). However you might actually want the pages to appear in the root directory, as in mysitename.com (not mysitename.com/blog). Here’s…
-
Getting Started
Here’s what I needed to start with:- Domain name and hosting. Well, that’s easy, hosting is with my usual host icdsoft.com (great value, all the features and space small organisations might need at a great price), who can also register a domain name for you. For country level domain names (eg myname.com.au), I prefer netregistry.com.au,…
-
Starting with WordPress
When starting with WordPress, the first thing you need to understand is the difference between WordPress.org and WordPress.com.