ICT10013 WordPress Intro Upd
ICT10013 WordPress Intro Upd
• You can create it on a local computer/server. You actually install WordPress software on
your computer.
o Cost is free
o You need to install server software such as Apache, MySQL, Python, Perl (usually
fairly simple procedure, but can be confusing)
o The site cannot be accessed by other internet users.
• You can create it on a restricted free website at WordPress.com (that's what we are doing in
this task).
o One click setup. You provide your email address and click install
o The site can be visited by other internet users
o The site will display ads on you web site from time to time.
o You cannot fully customize your site. However, many useful features and tools are
available.
o Some tools (such as FTP access to files) are unavailable
o You can upload your web site created to a web hosting service that does offer
unrestricted customizations.
• You can create your site at via shared hosting service (pay per month)
o Most are around $10 per month or less.
• You can create your site via shared hosting service (free)
o Same as above, but there may be restrictions on storage space, support, speed.
This document discusses how to create a simple web site using wordpress.com
Email Address
Ensure that you have an email address that
wordpress.com can send emails to for authentication
purposes. You need to be able to respond to emails
sent to this address.
Page 1
Step 2. Specify a domain name
You will be asked about which domain you
wish to use. Use your name as part of
domain name.
If all has gone well, your new WordPress site should be visible.
Page 2
Menu options enable you to configure many elements of your web site.
Note: The Dashboard that you typically see on WordPress.com is a cut-down version of the standard
WordPress dashboard. A number of menu options and settings are missing.
This is a good thing. Fewer options means less chance of being overwhelmed.
Scroll down your Dashboard pane to Personalize section and click on the Themes
button.
Page 3
Click on Activate this design
A pop-up will appear with a button “Customize site”. You will something similar to below
Page 4
Step 9. Customize Site Title etc
You can always come back later and modify these settings.
Don't go overboard on the size of the font. I suggest keep the font
size normal for the moment.
Download one of these images from Blackboard and then upload it to WordPress by
clicking the Add New Image button.
Page 5
Step 12. Save, Publish and View
Click on the My Sites button in the top left corner of the page.
Your WordPress site will now behave like a typical web site with no
hint of a blog. (A blog page is easily created if you want one).
Page 6
Click on the Cross to return to Dashboard.
Click on the Add button next to the Site Pages menu item.
A template appears.
This template is a GUI (graphical user interface) that generates HTML similar to the HTML pages your
created earlier in the course.
Modify the Title. (The word Title is actually the name of the html page e.g. dogs.html). However, you
don't really interact with .html file using WordPress at the beginners’ level. You simply use the GUI
editor.
Page 7
Step 15. View the HTML code
Click on the HTML tag on the top right of the template.
You could even add your own html code if you wanted to – but why would you bother???
Find a dog image you like and then upload it to WordPress. Resize and
reposition the image as you see fit.
Page 8
Step 17. Add a navigation menu to your web site.
The name of the menu isn't very important (unless you create multiple menus – but this is seldom
required).
Click each of these items. A tick will appear next to the item.
The item will also appear on the left of the page. These are the items that will appear in the menu.
Click on Publish.
Page 9
Step 18. Testing your web site.
Currently both Home and Contact menus cause the Contact page to be displayed. We can fix that
later.
Responsive Web design is the approach that suggests that design and development should respond
to the user's behaviour and environment based on screen size, platform and orientation. The
practice consists of a mix of flexible grids and layouts, images and an intelligent use of CSS media
queries.
https://www.smashingmagazine.com/2011/01/guidelines-for-responsive-web-design/
You can choose the testing screen size from the drop-down menu.
Notice that the menu and the positioning of the sidebar change.
Many web browsers have a developer option that allows you to emulate the
view of the page on a tablet or phone.
Page 10
Step 20. Adding widgets
Widgets are small tools or controls that appear is sidebars of your web page.
Go to the Customize menu for your Theme. (This can be done via the Dashboard).
This widget isn't very exciting. It simply allows you to type your own text into a small panel that
appears in the sidebar.
Add some text and note how your webpage gets automatically updated with the sidebar.
Click on Done.
Page 11
Select the Contact Information & Map widget.
The exciting part of this widget is that if you type an address, the location of the address will be
displayed on a Google map (if you check the Show Map box).
Click on Done.
Click on Done.
Page 12
Click on the Add a Widget button again.
Click on Done.
Page 13