Learn How YOU Can Setup a Professionaly Hosted and Configured Blog on a Real Domain Name in 1 Hour!
After many years of doing IT for other people and making sure that their systems are running properly I have decided to start taking charge of my own life and putting my skills to good use for myself and others.
Here is a step by step guide on how some-one with little or limited knowledge can setup, configure and populate a prefessionally looking blog website hosted with a real domain name as chosen by you with an hours worth of effort.
I know this works as I have gone manually through all the steps necessary to create a WordPress blog site and with the wealth of experience I have I can see real value in this product. I have built a webserver from the ground up and knowing what it takes to get a working Blog site up and running trust me you don’t want to have to go through it.
Wordpress Blog Setup Tips And Tricks incorporates everything that you will ever need to to get things setup and but I’ll list some of these here for you now:
- A domain name – Well people are going to want to find you using a readable name and this is what the url (Universal Resource Locator) is. Take domain ezinearticles.com for example. Now people will know that when they type in www.ezinearticles.comthey will arrive at that website and that the site is used for publishing Ezine Articles, it’s there in the name. The rest makes up the url http://www.ezinearticles.com
- A hosted website – Take it from me, unless you have a static IP address, a good stable broadband supplier, a reliable computer in a well controlled environment you’re going to want somebody else to take care of the hardware and server software for you. This is the meat behind your blogging site and without this you aint going nowhere fast.
- The Blogging software itself – This is where Wordpress comes into it’s own. As I said earlier I have manually gone through all the steps needed to setup a blog website and you can see the end result at my personal website and unless you are IT minded you aren’t going to want to get involved in what it takes. Having a tool that sorts it all out for you is priceless, trust me on this one!
- Content for your blogs – Well it’s a bit like a newspaper or a magazine, you can have the best Brand name on the best quality paper with the best front page but as soon as you open it up and find there’s nothing worthwhile reading on the inside then your not going to want to ever pick up another copy of that magazine again are you. Providing your readers with good quality content is what’s going to draw your readers in and people will find your site on name and content. This can only come from you and whether you get information from other reliable sources or you blog your own experiences and thoughts you’re the one going to be providing this content.
- Plug-ins and widgets – These are little add-ons that you can use to create interest in your blog site as well as to link through to other sites like Facebook and Twitter to generate more interest in your blog site. After all you’re going to be putting content up for somebody to read you may as well get it out there and making use of tools that have been specifically created to do this for you is a no brainer.
Now I given you a few pointers on what this pack entails but you’d really be doing yourself a huge favour by buying this package and getting started. I have already recommended this to close personal friends and members of my own family.
First change to the default Wordpress template is a sucess
Well I must say they don’t make it easy for people who don’t know PHP coding do they. Well I was able to work it out and I’m sure with a little time and effort you would be able to, but why should you when I’ve just gone through it. The default home page is what I’m talking about.
The first posting I put up into Wordpress displayed the whole posting on the front page and every subsequent article was also posted in it;s entirety. I need to do the Excerpt that is so nicely provided right below the main article writing space. So I went a head and pasted the teaser or first paragraph in the excerpt area only to see no change. Now there’s a little hint below the excerpt box that tells you that “Excerpts are optional hand-crafted summaries of your content. You can use them in your template” and a handy link is provided through to the Template Tags/the excerpt page at wordpress.org.
Now I have done the coding thing when I was in my early twenties and not having been kept in this mind set I haven’t the inclination to learn php. But I worked it out from looking at the things presented on the Excerpt and Loop pages.
Basically you need to do the following steps:
1. In Wordpress admin go to the Appearance menu and select Themes. This will tell you which is your current theme (default in my case)
2. In the Appearance box select the Editor link and this will bring you to the Themes editor page with the RTL Stylesheet (rtl.css) page open
3. Of the pages listed on the Right Hand side of the Editor field select the Main Index Template (index.php) page
4. Scroll down to the around 20thline that reads <!–p the_content(‘Read the rest of this entry »’);–> and replace it with <?php the_excerpt(); ?>
Voila! you now have a home page that automatically places an Excerpt of 55 characters of the posting instead of the whole article. If you want any different Excerpt to appear just simply place it in the Excerpt box and this will appear on the front page.
Hopefully you found this article useful and I look forward to writing more in the future.
Please leave comments whether positive or not!
Wordpress default theme article post handling replaced with Excerpts
Well I must say they don’t make it easy for people who don’t know PHP coding do they. I was able to work it out and I’m pretty sure with a little time and effort you would be able to, but why should you when I’ve just gone through it. The default home page is what I’m talking about.
The first posting I put up into Wordpress displayed the whole posting on the front page and every subsequent article was also posted in it’s entirety. I need to do the Excerpt that is so nicely provided right below the main article writing space. So I went a head and pasted the teaser or first paragraph in the excerpt area only to see no change. Now there’s a little hint below the excerpt box that tells you that “Excerpts are optional hand-crafted summaries of your content. You can use them in your template” and a handy link is provided through to the Template Tags/the excerpt page at wordpress.org.
Now I have done the coding thing when I was in my early twenties and not having been kept in this mind set I haven’t the inclination to learn php. But I worked it out from looking at the things presented on the Excerpt and Loop pages.
Basically you need to do the following steps:
1. In Wordpress admin go to the Appearance menu and select Themes. This will tell you which is your current theme (default in my case)
2. In the Appearance box select the Editor link and this will bring you to the Themes editor page with the RTL Stylesheet (rtl.css) page open
3. Of the pages listed on the Right Hand side of the Editor field select the Main Index Template (index.php) page
4. Scroll down to the 21st line that reads <!–p the_content(‘Read the rest of this entry »’);–> and replace it with <?php the_excerpt(); ?>
Voila! you now have a home page that automatically places an Excerpt of 55 characters of the posting instead of the whole article. If you want any different Excerpt to appear just simply place it in the Excerpt box and this will appear on the front page.
Hopefully you found this article useful and I look forward to writing more in the future.
Please leave comments whether constructive or not.


