Update: This article has proven more popular than anticipated. If you find it useful, I would appreciate your leaving a comment as to how it could be made better. Also, any suggestions for other similar tutorials would be very welcome.
Recently I found myself – for one reason or another – having to build a number of small websites. The kind that have a home page, an “About” section, a “Products” (or services) section, a Contact page and a blog/news page.
A big requirement in building these sites was that it didn’t take too much time and that post-launch, the sites would be editable by somebody who’s not me. Enter WordPress.
I decided to try my hand at using WordPress as a Content Management System (CMS). It worked wonderfully and, being a process freak, I took notes which I’m now sharing here. So, here’s how to quickly build a basic website using WordPress as your CMS.
What you need:
- A web hosting service that supports MySQL databases and PHP
- Download the WordPress source code
- A WordPress theme like this one: Fresh
- Ideally, PHP and MySQL installed on your local machine for faster testing
- If you have your own custom design/stylesheet, try to prepare the HTML in the following way
- Have a big “wrapper” div that encloses the entire page
- Have a “header” div that includes the main navigation
- The main navigation should be structured in a way so that the menu items are <li> tags
- Have separate “footer” div that contains the copyright notice, credits, etc
- Keep all the page content (article and sidebar, if any) enclosed within one “page” div
- If your “page” div contains a main section and a sidebar, make sure the sidebar markup comes after the page content.
Step 1: Install WordPress
- Create a new MySQL database on your server (local or remote) and take note of the host, username, password, and database name.
- If you’re working locally on a Mac, your host name is likely to be “localhost:/tmp/mysql.sock”
- Unzip the WordPress source code into the folder where your website will be located
- Make sure the folder containing the WordPress files has permissions that allow anyone to “Read/Write”
- Navigate to the website URL in your browser, e.g.: http://localhost/~richardmuscat/newwebsite.local, and run through the install.
- If you’ve done everything correctly you will be given an admin password and asked to login. Make sure you copy the password. [Update: If you use the latest version of WordPress (v.3.0+) you should be able to choose your own password rather than be given a randomly generated one.]
Step 2: Setup Basic WordPress Settings
- When you login to your new WordPress account, the first thing you should do is click on your username (“admin”) on the top right and change your password to something more memorable than the random one WP gives you.
- Next, unzip the WordPress theme you downloaded and place it in the path: /yoursiteroot/wp-content/themes/newtheme
- In the WordPress control panel, click on the “Appearance” section on the left and activate the new theme
- Next, click on the “Pages” section on the left and add your website pages, e.g.: Home, About Us, Products, News and Contact. You can leave the pages blank for now. Make sure you click on the “Publish” button when saving the pages.
- Finally, click on the “Settings” section on the left and then choose the “Reading” sub-section.
- Set the first option – Front page displays– to “Static” page
- Choose what you’d like to be your homepage from the drop down list.
- Then choose which of the pages you just created – e.g. News & Events – you’d like to be your “blog” page that shows latest news, articles, events etc.
- Save your settings
Step 3: Customising your Theme
If you’re happy with the theme you’ve chosen, just go ahead and upload everything and you’re done! If however you have your own custom design for the website you will need to modify your chosen theme. Here’s how to do it assuming that you have an HTML/CSS version of your site’s layout.
- Open up your website in your preferred HTML editor, e.g. Dreamweaver or TextMate
- Navigate to the theme folder and open it up. You should have a bunch of PHP files, a stylesheet (styles.css) and an images folder.
- Stylesheet: There is usually only stylesheet associated with a WordPress theme. You can do the following:
- Either edit the existing stylesheet to match your requirements,
- Replace the contents of “stylesheet.css” with your own pre-defined stylesheet, or
- Leave the stylesheet as is and include your own stylesheet in addition by referencing it in the header.php file.
- The PHP files: WordPress renders your page by ‘gluing’ a number of different php files together. The following image deconstructs what goes where:

That’s it! Well, I’m sure it takes a bit more than that (it always does for me) but those are the principal steps. There’s a whole bunch of tutorials and other information on the web, especially on the WordPress forums and support sites.
Further Reading
This tutorial barely scratches the surface of WordPress development. If you need more in depth detail or more beginner’s guidance I recommend the following books:
Beginner:
- WordPress To Go – How To Build A WordPress Website On Your Own Domain, From Scratch, Even If You Are A Complete Beginner
- WordPress All-in-One For Dummies
Intermediate
- WordPress Power Guide – Using WordPress to Blog Your Way to Success – Blogging Guide
- Smashing WordPress: Beyond the Blog (Smashing Magazine Book Series)
Advanced
—
If you liked this post follow me on Twitter, I’m @richardmuscat, or subscribe to this blog’s RSS feed.
Enjoyed your tutorial. Do you think that it is possible to build a good web site (maybe web presence is a better term) using just wordpress.com? Obviously in this case you cannot get under the hood much but would it be good enough for a personal or small business purpose?
Cheers.
Hi – was hoping I could find the answer to my question. When I receive payment notifications that someone has placed an order for one of our products, the notification does not show the size that the customer ordered. In order to see the size, I have to go into my Dashboard and look for the specific order. This is something that has only been an issue with WordPress – not with my previous Dreamweaver site. PayPal handles our payments – is this a PayPal settings issue or is this a WordPress issue? I did not build my site-someone else did.
[…] more here: Using WordPress to Build Small Websites: Step by Step Tutorial … Posted in News | Tags: advertising, creativity, design, facebook, pages, Step By Step, […]
As always it depends on what the web presence is for. I recently read an article (can’t remember where) that said a number of small/micro businesses are finding that even a Facebook page is good enough for their purposes.
WordPress.com has a lot of advantages: it’s free, can deal with huge traffic, constantly updated and plugs you into a social network.
For a small fee you can also get a proper domain name associated with a wordpress.com account without needing fully-fledged web-hosting.
Of course, If you want shopping, forums or other stuff it’s not a good choice there…
[…] Original post: Using WordPress to Build Small Websites: Step by Step Tutorial … […]
[…] Using WordPress to Build Small Websites: Step by Step Tutorial Serious Simplicity (tags: ping.fm) […]
hi,
I’m new to the concept of web site designing.
nor do I know too much….so I’m progressing only learning from the Internet from people like you.
I’m trying to make a few web sites, very simple ones basically.
had been able to install WordPress and login.
then I tried making a post, and pressed on publish.
however. the web site still shows the same default page. there is no change.
also, based on some forum ; deleted the index.html file too from the road directly but still no change.
can someone guide me..
thanks
sorry, that should read “deleted the index.html file too from the root directory but still no change”.
I thought blog is for HTML dummies like myself. Your tips seem detailed but too difficult! Is there simpler way to do it?
Sorry… that tutorial is not quite for dummies and newbies :-)
It’s meant for people who already know how to build websites. If you’re looking for a quick way to create your own website, I would suggest something like http://www.edicy.com/
[…] Using WordPress to Build Small Websites: Step by Step Tutorial … […]
Great work, thanks.
Thanks, I will made one now itself. and will start publishing.
[…] Step by step tutorial on building small websites with WordPress […]
[…] following an impressive response to my tutorial on using WordPress for small websites, I plan to write a detailed follow up tutorial that is less “techy” and more usable for […]
I found your blog on google and read a few of your other posts. I just added you to my Google News Reader. Keep up the good work. Look forward to reading more from you in the future.
great tutorial. there is further references for this type of project here: http://alphaorganic.wordpress.com/2009/06/05/diy-website/
I am going to post this tutorial under the one I created.
[…] is a link to another similar tutorial: https://richardmuscat.wordpress.com/2009/03/25/using-wordpress-as-a-cms-step-by-step-tutorial/ Possibly related posts: (automatically generated)Transferring your wordpress blog over another […]
Fantastic Blog! It’s nice that people go to the trouble of making content like this available for beginners.
You did a fantastic job explaining everything and I think most people could follow this very easily.
Again Great Job!
Karl
Great Post…I also found this tutorial useful.
http://aotutorial.wordpress.com/
Hi,
Your directions were pretty good by the way. But i am a designer wanting to move into web and would like to know how to use wordpress to upload my own designs and make it work.
If for example i have done a page in adobe illustrator, is there a way to upload that graphic or elents to wordpress?
There is no completely automated way that I know of to do that. To create a custom design for WP you will need to create your own theme… which does require quite a bit of HTML/CSS knowledge (though not necessarily PHP, depending on the complexity of your design).
I would suggest having a look at services like http://www.psd2html.com/ who get as close as possible to automating what you seem to be looking for at very good prices.
how to edit the link “powered by wordpress” in footer?
[…] this popular, text based, step by step tutorial, and is a great foundation for anyone who needs to build a series of small Websites with WordPress (about 4 pages with a blog […]
Excellent site, keep up the good work
[…] is a link to another similar tutorial: https://richardmuscat.wordpress.com/2009/03/25/using-wordpress-as-a-cms-step-by-step-tutorial/ // Subscribe to comments Comment | Trackback | Post Tags: Alpha Organic, CSS, DIY, Hosting, […]
Nice tutorial, Richard. I have to say that most designers and also programmers have a lot of issues going beyond developing very simple layouts in WordPress and Joomla.
Using a service like ours works out much cheaper and hassle free for web designers.
Thank you for great and useful tutorial about WordPress tutorial about building a small sites. This is exactly what I have been looking for but I have one major issue: Is there anyway to remove the duplicate HOME link in Navbar?
How can the HOME page be set? When the fresh theme is installed, a HOME menu item is automatically created and creating a new page also creates a menu item on the NAVBAR.
So how can the HOME link ever be set properly without created a duplicate LINK in the NAVBAR?
Any clues appreciated. Happy holidays.
Happy Holidays to you as well
Great post very helpful!
A video clip would be nice too!
My best wished for the New year.
Useful guide! Cheers!
I recently made my first word press blog and made this amusing guide:
http://bobversus.com/?p=54
Big fan of WP!
I have a web site which is a pure html site. I have made a directory structure as 1]css 2]docs 3]html 4]images
now i want my client to edit the static html pages.
I have installed the wordpress
So how can i do it?
the site is
http://www.spmenglishschoolpune.org
thanks in advance.
Hi webmaster, commenters and everybody else !!! The blog was absolutely fantastic! Lots of great information and inspiration, both of which we all need! Keep ’em coming…
In response to granthamtech:
> Enjoyed your tutorial. Do you think that it is
> possible to build a good web site (maybe web
> presence is a better term) using just
> wordpress.com? Obviously in this case you cannot
> get under the hood much but would it be good enough
> for a personal or small business purpose?
My 2 cents is more about control and longevity. When you use any service like wordpress.com or facebook to house your primary web presence you are subject to the rules and longevity of that environment. Facebook is here today, but myspace was the rage just two years ago, and what about twitter a year from now. If you have a domain and website you are in control, you can link it to whatever is hot and ditch what ever is not as you see fit.
A few horror stories to think about that I know have happened. Since both facebook and wordpress.com are free services if anyone complains about your content or behavior or even suggests you are breaking copyright they will delete your account… no appeals, no judge, no jury. If you own your domain you are master of your environment. If a ISP goes out of business or cancels your account for what ever reason, take your offline backup and move to another ISP and your clients are none the wiser.
With this great tutorial I will be able to create an aweseome design for my new wordpress site. Thx for this.
Обязательно зайду ещё раз на блог и наверное зарегистрируюсь
Thanks a lot for yet another first-rate WordPress tutorial. I am always trying to find great WordPress tutorials to suggest to my clients. Thanks for posting this tutorial . It’s exactly what I was trying to find. Truly great post.
thank you for your tutorial but I have a question my “tags” not sure what you call them are on the right hand side and I want to move them to the left and the names to be in text can you please point me in the correct direction to do this thank you in advance
Hi Richard! :-)
I must say, this was one of the most effective, clear, up to the point, comprehensive yet very simple tutorial about WP I came across! Hats off to you…
I have been playing around with editors like Dreamweaver and Firworks, and now want to transition to WP as I find it to be very versatile. So I have started to read about it and play around. My objectives are;
1. to build a site for visitors to subscribbe and recieve newsletters.
2. to build a picture & comments sharing site for my family members all over.
3. if i master the system, to share it with my community and teach to the youth…
Again, good job Richard!! keep up the good work!
cheers
Indika Ajith Kuruppu
[…] https://richardmuscat.wordpress.com/2009/03/25/using-wordpress-as-a-cms-step-by-step-tutorial/ […]
Hello Richard,
I’ve been studying web design from tuts like yours for the past 7 months and I’m trying to build a static site with wordpress/GoDaddy.com and Nvu web freeware. Is it practical to do this with Nvu?
I also have PSpad2 in my computer. Also when uploading my files, do I upload them to WordPress or to my account at GoDaddy?
Thanks alot.
(I do architectural rendering and sign work.)
Thank you, Larry A.
In response to Larry’s question regarding Dreamweaver I don’t think it is practical to use WordPress cms with Nvu. In fact, Nvu isn’t really good for much. If you are able to invest in Adobe CS software then definitely make that move!! It will be worthwhile from a web designers point of view from all angles.
Hi Larry,
I can’t say that I’m familiar with NVU so can’t really comment on how practical it is. My preference is for Dreamweaver although if you’re on a Mac I would suggest having a look at Coda (www.panic.com/coda/)
Re uploading files: it depends on whether you have bought a web hosting account from GoDaddy or just your domain name. If you have a hosting account, you would upload files to GoDaddy directly.
Having said that, I’m not sure what you mean by “uploading to wordpress directly”. If you’re building your site directly on wordpress.com (e.g. larrysdesigns.wordpress.com) then I don’t think you can upload to wordpress. If you’re building your own (as suggested in this tutorial), they would download the wordpress installer from wordpress.org and, yes, upload it (and anthing else) directly to GoDaddy.
(I would suggest getting in touch with GoDaddy’s support if you’re having trouble doing that… they’re quite helpful most of the time.)
Thanks!
This is very helpful.
thank you for this tutorial it was most helpful
have come back a couple of times to read it
Hello,
I’m very new to WordPress but your tutorial is getting me most of the way to getting where I want to go already! I’m trying to adapt the WP “Mininimalist 1” theme to make a small site with the standard NEWS, CONTACT, ABOUT pages etc. However I don’t want these buttons to be ‘hidden’ in a Word Press menu, I just want them to be separate buttons in the side bar. I.e. Is it possible to create simple buttons to target each of the pages rather than use the ‘Pages’ menu ???
Hope there is a way to do this.
Thanks so much for posting the tutorial.
Hi Richard
Really nice “Simple” set of instructions.
BUT I have two ‘Home’ pages on the recommended theme (Fresh v2.0)
How do I get rid of one of them.
I have looked and only found 4 pages listed.
I have unpublished ‘Home’ and both Home pages disappear.
On restoring Home both reappear.
I have DWeaver if needed to do any alterations.
BTW I worked in the 1970s in the UK with a Richard (Dick) Muscatte so seeing your name related to WP, I had to go with your instructions !!!!
Best Regards and thank you again for a clear set of instruction.
Richard W Mulholland
I am just learning about WordPress as a web page and your instructions are very helpful however I have a question regarding hosting. This is the part I am not familiar with as we did this with the college server during classes. I am understanding that I need a host account for any sites I will produce in the future, but where do I get this? I have heard of go daddy and hostGator? any idea which is better? Is there another way to do this if I don’t have my own server?
Thanks
Cindy
its a very good tutorial representing verywell. fortunatlly i found this link on net. it makes my basic understanding web development with a CMS.
thanks to u a lot for writing this tutorial….
does my homepage have to be a static page although I really am not going to blog on it? I am new to WordPress and used the post to start my first page then created 2 other pages for ABout Us and Request Listings> ? I am a newbie. Should I create another Home page instead of the current Home page or is it OK to leave it as it is ? Just don’t want Read More on page at bottom. http://www.portorangejuice.com
Thanks
I have a website installed with wordpress.. In that i want post blogs in different pages, and under the heading only a little description, and a a button to read more. how can i do it any idea. Mail me.. Abinavdps@gmail.com
[…] Using WordPress to Build Small Websites: Step by Step Tutorial (via Serious Simplicity) Posted: November 18, 2010 by just be there in Uncategorized 0 Update: This article has proven more popular than anticipated. If you find it useful, I would appreciate your leaving a comment as to how it could be made better. Also, any suggestions for other similar tutorials would be very welcome. Recently I found myself – for one reason or another – having to build a number of small websites. The kind that have a home page, an "About" section, a "Products" (or services) section, a Contact page and a blog/ne … Read More […]
[…] Using WordPress to Build Small Websites: Step by Step Tutorial « Serious Simplicity. […]
Very helpful, as a small site with pages like home, about us, events, blog/news… is what I need.
A lot of web hosting services said “wordpress provided,” but I seemed like wordpress wouldn’t let me design a simple home oage with my art. I made the title-banner art myself in jpeg format and had some photo art for me home page, which I wanted to use. I also was confused because my home page is not a “blog.” Now I have some idea that this is going to work.
Very Good Step by step Guide
Thanks
Thanks for this great effort.
It really helps.
Нажежный Посредник http://torbay.ru/ – Товары из США (Америки), Покупка товаров за рубежом – Купить товары из США.
I love your blog. I’ve added it to my favorite bookmarks and subscribed in a reader.
Looking forward to reading more posts by you.
I have some good web tutorials on http://www.webtutorials.me
Thanks.
Nice blog for wordpress tutorial.Here I learn wordpress very easily, I hope it will rich by wordpress tutorial day by day. Thanks & looking for more new post.
Great tutorial
this will help me much thanks a lot
Nice post this will help me a lot
Thanks a lot…this will certainly help
http://muzalbom.net/ – На сайте можно скачать музыку альбомами без регистрации в mp3 и lossless форматах.
Showing the souce code helps a lot. Thanks for this post.
Great starting point, thanks Richard.
I have been designing sites with XHTML/CSS for a while and am now looking to start using CMS for some sites so that clinets can update themselves, freeing up some time for new projects. This was just waht i needed to get my foot in…Thx
Hey thanks, this helped quite a bit actually. I was having trouble altering the home page for a site I just started: http://www.americanmasculinity.com
If anybody has any comments on how to make my site more user-friendly that would be great! Thanks.
-Max
[…] new comers. So to share the wealth I share with you! Check it out these Simple WordPress tutorials: richardmuscat.wordpress.com […]
There is a great guide to building a WordPress site from scratch without having to muck around with databases and code at all over at http://www.nickpierno.com/2011/03/how-to-set-up-your-own-domain-hosting-and-install-wordpress-start-your-own-wordpress-website-in-minutes/
Thanks for the post and tutorial. Trying to work my way around the codex tutorials has been a bit much. Keeping it simple seems the best way forward. Have you used dreamweaver CS5 on wordpress themes. Is there any tutorials
Thanks again
Gary
WordPress should be an option that every business owner seriously considers when building or redesigning their website.
For the sake of more control and customization, business owners should consider finding a suitable host and run the free WordPress install from WordPress.org. Many of the bigger hosts now have automated WordPress installs that take less than 5 minutes to install.
I’ve written a 50+ page ebook guide to help business owners build and maintain a WordPress site called The Small Business Guide to Building & Managing a Website: The Power of WordPress
Thanks for the great info. I am now trying to build a small website with cms wordpress.
Your tutorial is absolutely helpful.Thanks. This is my website: http://www.duniabaso.co.cc (still in prrocess)
Thanks for your great post. Its very helpful.
Interesting post! Thank you for sharing it.
Wow, that’s some guide. As someone less techie who’s done something similiar, I’m very impressed with your talent for altering the code and customizing your theme. That was awesome.
It’s something that I’m still getting used to, playing around with large blocks of code but once you start to get the hang of it, it’s strangely fulfilling, like solving a puzzle!
Code is one of those things any non-techies like me are reluctant to mess around with, and with good reason. If you make an error it can wreck stuff pretty quickly. But knowing even a little can be hugely helpful when you’re improving any website.
Have you tried, or explored many themes or plugins yet? There’s presently over 14,000 free plugins, 1300 free themes, WordPress is something awesome. Best of all it’s free!
Full kudos on your personal statement above as well Richard. Entrepreneurs will change the world, and the web can be a catalyst for that!
[…] While waiting for the affiliate networks to review your application, don’t waste that time, instead get WordPress installed. Simply google, “how to install wordpress on *enter controlpanel name or host name here*” and you will find so many tutorials to help you out that there is no need to explain here. It is very simple with the “5 minute installation” so even if you have zero experience on website development then I’m sure you will have no problems whatsoever! This may be a good place to start. […]
thanx men i really appreciate what you are doing
good notes , it is good for the beginners in word press. Thanks you!
Hi there, interesting article, thanks.
Is it wrong to charge clients for me to develop a fully functioning website (via WordPress) and using someone else’s theme (that I have purchased/licensed)?
I don’t see anything wrong with that (I’ve done that in the past myself). As long as you pay the correct license fees to the theme producer there’s nothing incorrect. It’s no different to buying stock photography and using it for client work.
Hi,
Congratulation You have done a great job. I came to know how to wordpress for developing website by you.
Thank you
Hi Richard,
Although it should be noted that with certain web hosts part of this installation process with regards to downloading the latest build and uploading the files can be automated (i.e. its built into the hosting panel) I would agree that getting the files yourself and doing it this way means you have a bit more control. Besides, its really not that complicated even for a beginner I would think.
For any given page on my WordPress Express-created web site, for example the About page, I can right-click on it and select the View Page Source to see the underlying HTML code, but how do I modify or edit that code to add, for instance, Google AdSense code units to it? Thanks?
hi i am trying to access a theme i downloaded but i am not sure how to access it through the dashboard on wordpress, can you help? above it says to place the theme in the path, how do i do that?
thanks
hi richard,
what do you meant by “navigate to the website URL in your browser”.. i cant get it???
pliz i m waiting for your reply.. can anyone help me???????
It means go to your website in your browser; e.g. http://www.mywebsite.com
i dont get it either. i dont have a website. i want to learn to make one using wordpress.
this tutorial will help for beginner but you should write details.any way good job keep it up.
Well organized website. Pls tell me who is the designer
[…] computer friendly, there are plenty of online guides that will walk you through the steps of how to create a custom site with one of a thousand free WordPress themes. Try one on your own first, and if you have a knack […]
[…] computer friendly, there are plenty of online guides that will walk you through the steps of how to create a custom site with one of a thousand free WordPress themes. Try one on your own first, and if you have a knack […]
This is really interesting. Moreover beginners tutorial is covered in this topic and one tip is whenever you download WordPress Plugins for free check for any malicious code that is capable of hacking the website details.
thanks, nice tutorial!
Quick tip, for ‘dummies and newbies’, try using the Microsoft WebMatrix. It makes things so much easyer to get going.
And if your with Godaddy, they have a app installer for wordpress that allows you to install WordPress straight to your hosting plan with no fuss!
Thanks! This will come in handy for some of our clients.
i have a wordpress souce and professional template with new domain ,http://artclou.com try it for your business
gud
It sounds very simple. I am going to try it and will come back to give you my feedback.
And if your with Godaddy, they have a app installer for wordpress that allows you to install WordPress straight to your hosting plan with no fuss!
I kinda like your blog. Would you mind telling the design theme and the settings? Thanks.
Hi Jeff
I’m using the Twenty Eleven theme by WordPress: http://theme.wordpress.com/themes/twentyeleven/
Nice to see someone use the default WordPress theme as their theme of choice :)
[…] Professional, cheap & fast PHP, CGI/Perl script installation & secure file transfer services. Read More… […]
I’m more than happy to discover this great site. I need to to thank you for ones time just for this wonderful read!! I definitely appreciated every bit of it and I have you saved to fav to see new things on your site.
This is wonderful,keep it up.
I’m an italian web designer and I’m starting using wordpress. I like very much your guide, It is very useful. Thanks and best regards
I have my site set up, even installed a customer form. I would like to create a job application for potential applicants that I can search for future applicants to staff openings. I have access to the php and my SQL (I am on a hosted platform), do you have any advice for me to create the application? Can I just use the same form plugin on a different page of the site?i just want to be sure that I am going about this correctly, any advice would help!
Really informative post, thanks for sharing this!
like
thanks
[…] just dive in and get familiar with the tools and options available. You can also check out this WordPress tutorial for some step-by-step advice. No Comments. « 5 Surprising Ways […]
What a life saver! Thank you so much. I have been struggling through this for a month or more and I accomplished more tonight than in that entire time. Thank you so much!
Nice tutorial. Will give it a try this evening on my local computer and and see if I can get it running.
Thanks again.
Thank you so much,,
Thanks for this tutorial.
The tutorial is nice but would be great if you can tell us how to create a slider in the header of the website
How do I remove the link written “powered by word press” on the theme
thanks a lot it was helpfull to me
Nice tutorial really enjoy it
Reblogged this on littleredroses and commented:
Step by step tutorial for my final year project. Yeayyyyyyyyyy! Bismillah :)
Just exactly what I am looking for. Thanks for sharing this. Keep it going, bud!
the tutorial is good….i like this
Reblogged this on Subhashbohra's Blog and commented:
Seriously Simple !!!
Read the whole article and I am going to try this today and will try to finish it today itself… at least on my local Apache server. Later will purchase the WebHosting Option and launch the website there.
Thanks RIchard for seriously simple steps blog.
very good and simple tutorial for beginners !! thank you
Ok, I’m seeing that the other tuts or more using the php code. I’m good with html css and jquery, now I was wondering how to get other content on the ‘about’ page. I guess i can’t use the page.php?
[…] https://richardmuscat.wordpress.com/2009/03/25/using-wordpress-as-a-cms-step-by-step-tutorial/ […]
[…] Step By Step Guide to Building Small WordPress Site […]
Reblogged this on Mass Communications 351 and commented:
Great resource for our class!
Helpful article man…Most of the others assume everyone wants to do a blog:)
Reblogged this on protech17.
[…] https://richardmuscat.wordpress.com/2009/03/25/using-wordpress-as-a-cms-step-by-step-tutorial/ […]
Disappointing in many ways!
What you mean? A dated tutorial I guess. Google does not always give us the best results.
[…] Using WordPress to Build Small Websites: Step by Step Tutorial – Step 3: Customising your Theme. … This tutorial barely scratches the surface of WordPress development. … Thank you for great and useful tutorial about WordPress tutorial about building a small sites. […]