Posts Tagged ‘Templates’

Where And How To Find And Install Free Blogger Templates

Friday, December 11th, 2009

Blogger.com is now so standard, and it is the most used blogging platform today.And when you set up a blog, there you’ll find sixteen different default blog templates to choose from. but the internet is littered with thousands of blogs that uses blogger default templates.What about those bloggers who wish to take advantage of trier blogs. Fortunately, Blogger allows users to customize the look of their blogs beyond what’s available in their limited selection.Many bloggers might be surprised to find out that a custom blogger template can exchange your blog from a habitual blog, to a super qualified blog. and you might be surprised too when you know that it’s too simple to get a free template and installit, and here’s how to do it.you can go for google.com and type “blogger t” and i’m sure that you’ll find thousands of templates, but how can you find the most suitable template for your blog?the best way to find it is to go to AllBlogTools.com, there you can browse blogger templates by Category, Color, Layout, Author, Most viewed, Highest rated and irrevocably, Most downloaded templates.Once you’ve selected how you’d like browse the templates, you’ll be given a listing of them to look through. Use the numbers at the bottom of the page to navigate through the pages of templates. When you find one you’d like click into it, you’ll find the demo link. Click the Demo link to seethe template full size. What I like about this site is that there are truly gorgeous and well crafted blogger templates to download and use for free.Once you’ve selected your  template, you can click the download link, all files in Zip format. so you’ll need to extract the file. the template file contain four file, readme.txt , instructions.txt , more-templates.html , and template-file.xmland we’ll use the last one, template-file.xmlto install the template please follow the next steps1) Log in to your Blogger account.2) Click on the “Layout” link corresponding to the blog for which you want to install a new template.3) From the Layout tab, click on the “Edit HTML” link.4) Click on the “Browse” button at the top of the page. Using the browse window, find the XML file for your new template. Select the XML file, and click “Open”. The browse window will close. Nowclick “Upload” to install your new template, Delight in.If you have any problem with installing template, you can contact the site admin, and he’ll help you to solve it.

create blogger template myspace layouts templates myspace blog templates free blog templates

Tuesday, December 8th, 2009

Add a cool Blogger template to your Blogger blog. Make your Blogger blog look better by count a cool Blogger template to it. Your new Blogger template will exchange your Blogger blog’s colors, layout, image residency and more.

blogging, blogger,blogspot,make cash from blog

Ready to add your Blogger template to your Blogger blog? First let’s get your Blogger template ready to be added to your Blogger blog.

1. Find the Blogger template you want to use on your Blogger blog.

2. Save the Blogger template to your computer. Save it to a place where you will be able to find it easily later.

blogging, blogger,blogspot,make cash from blog

3. If the Blogger template is in a .zip file you will need to extract the template files from the .zip file using a program like WinZip. If you have Windows XP then you by now have a Zip program. When extracting these files remember where they are saved to so you can find them top upload them.

4. Open NotePad, a further text program or the HTML editor you are using. Click “File” then “Open” in your text program and open the template files. Now we are going to get Blogger ready so you can penetrate your new template text.

blogging, blogger,blogspot,make cash from blog

1. Log into your Blogger account.

2. Under “Exchange Settings” you will see an icon that looks like a gear. Click on this icon.

3. Click on the tab that says “Template”.

4. Open a blank/new page in your NotePad program.

5. Highlight and copy all of the text and code that is inside the Blogger template page on Blogger.

6. Paste this code into the blank page you just produced in NotePad.

7. Save this NoteTab page as “bloggeroriginal.txt” (without the quotes). You will need this code again if you don’t like the way the new template looks and you want to go back to the original. Save this to a safe place in case you need it later.

Now we are going to replace the template code on your Blogger Templage page with your new Blogger template code.

1. Go back into the Blogger page. Again highlight the text and code on the page. This time delete it. Since it is saved to your computer and you are going to replace it with the new tempate text you will no longer need it to show here.

2. Go to the NotePad file where you opened the code for your new Blogger template. Highlight and copy all the text on the page (make sure you get it all).

3. Go to the Blogger Template page on Blogger. This should be blank now because you previously deleted everything in it.

4. Paste the new Blogger template code into this Template page.

5. Click on the large, orange button that says “Save Template Changes”.

6. On the next page click on “Republish” to republish your new Blogger template to your entire Blogger blog. This could take a couple minutes.

7. Then on the next page click on the button that says “Republish Entire Blog”.

8. Click on “View Blog” to see what your new blog looks like.

The Basics Of Customizing Wordpress Templates

Tuesday, November 24th, 2009

Do you want to exchange the look of your WordPress site or maybe to place a touch like a banner or adsense code on your blog? In order to do this you need to know about three vital things: template files, functions and CSS.
- Template Files
These files are stored in a directory (wp-content/themes/template-name/). So if you are using “default theme”, you need to access the files that are stored in “wp-content/themes/default/” directory.
There are several common WordPress template files you should know:
1.header.php
This file is responsible for the appearance of the top section of your blog. If you want to exchange the header image, you have to access this file. Not only that, this file is also the place to add Meta Tags.
2.footer.php
Similar to the header.php, this file is loaded everytime any page or post of your blog is accessed. It is used to store the HTML tags and the code for the bottom section of your blog.
3.sidebar.php
A sidebar is a section which is usually used to show site navigation. Depending on the theme you are using, a sidebar usually provides links to archives, pages and newest posts.
4.index.php
In fact this file is the main template file. When a name visits the homepage of your blog site, this file will be loaded. Then he/she will see the contents (not the source code) of this file. If you want to make the appearance of your blog become similar to a common website, where there is a static description on the homepage, you may try to place the static content in this file.
Besides those files, a theme usually has some other template files with different purposes. For example, the archives.php is a file used to show posts you made in the past. Then the search.php is used to generate search results.
- Functions
A function is a blog of code to accomplish a specific task. In order to modify template files, you don’t need to master any programming language. Even if having a small knowledge in PHP, you can work quicker. In WordPress, the name of a function is usually related to its purpose. For instance, “the_title()” is a function to show the title of a post and “the_content()” is used to show its content. A further example is “blog_info()” which is responsible for showing the name or description of your blog, depending on the given argument (bonus data).
- CSS
Style Sheet is a facility to manage the format and layout of a website efficiently. Without using it, varying small things such as the font type or the background color of all of your webpages is a daunting task where you have to do it page by page. But with the existence of style sheet, one exchange you make can affect the total site. You should know that in WordPress a different theme may have a different css file. You also need to know that some styles may be certain in the header.php file. If you are using the “default theme”, you have to access the header.php file in order to exchange the background color or the header image of your blog, not the css file.
Irrevocably, previous to you customize the templates, it is highly recommended to backup any files you intend to exchange. If a touch doesn’t work properly, you can permanently go back to the original settings.

4 Things to Look for in Wordpress Adsense Templates

Saturday, October 24th, 2009

If you want a blog and want to make cash with your blog quickly, then you should look into wordpress adsense templates.Blogs are very standard today and the search engines especially google like wordpress blogs. You can go to wordpress.com and set up a wordpress blog for free on their site, but I suggest that you get your own domain name and web hosting to set up your own wordpress blog. This way you have total control of your blog. After you get your domain name, look for a feature web host that allows you cpanel access. Once you are logged in to to your cpanel, click on the fantastico button and you can install wordpress in a topic of minutes with just a few clicks of the mouse. Yes, it is that simple and even a caveman could do it.You are all set up with your own domain name and web hosting and have wordpress installed. Now you need a qualified looking theme so you have a qualified looking site so you can start earning an income.One fantastic way to monetize your blog is with google adsense. Adsense is fantastic because they will show ads that are relevant to the content on your page and you get paid when a name clicks on an ad.To help with the learning curve you should invest in wordpress adsense templates. Here are 4 things to look for in a excellent wordpress adsense template.1. Simple CustomizationMost people do not know how to read or edit a php file. Look for a wordpress template that has by now added the adsense for you. All you need to do is open a couple of files and add your publisher id number. An added bonus is if a video tutorial is included that shows you exactly how to add your publisher id.You also want it to be very simple to add your own unique content to your blog without having the template graphics go to exchange the look of your blog.2. SEO and Navigation FeaturesHere is a list of features to look for: • Wordpress search • Archives listed in navigation • Categories listed in navigation • Blogroll or links • Adsense links units at top • Commenting and discussion possible • Compatible with wordpress plugins3. Professionally Designed HeadersYou want your blog to look qualified and grab the visitors attention. A excellent header will make the visitor stay and read the content on your blog.4. Earn income from multiple streams of incomeYou want to make sure that you are not depending solely on adsense to make cash online. Make sure you are able to add bits and pieces like an opt in form for list building, affiliate harvest that go along with your niche and other streams of income.Blogging is a fantastic way and one of the simplest ways to start making cash online with adsense. So get started right now and start making your share of the google cash pie.

How to Use Wordpress Adsense Templates to Have an Instant Monetized Blog

Wednesday, October 21st, 2009

Google likes blogs because new, unique and useful information can be added very quickly. Not only can the blog administrator add content but visitors to the blog can leave comments and question questions. When people find answers to their problems, they will return to your blog in the future.

Wordpress is a very standard platform for blogging because it is a complete content management system which also allows you to add themes and plugins which will improve the functionality of your wordpress blog. You can setup your blog for free with wordpress or you can install wordpress on your own domain name.

I recommend installing wordpress on your own domain name because you have control of your blog. If you have your blog on the wordpress domain, your blog can be deleted without notice and then all of your hard work is gone forever. Installing wordpress on your domain name is very simple if your web hosting company offers install wordpress. Look for a web host that uses cPanel and has Fantastico. Click on the Fantastico icon and wordpress will be installed in minutes with a few clicks on your part.

Now that you have your blog setup, you need to add your wordpress adsense template theme. Not only do these templates have a header graphic for your particular niche but they are also setup with adsense ad blocks placed in high click areas. Excellent templates will also have the google search box and use the ad units to look like a navigation bar.

To install your wordpress adsense template theme follow these simple steps:

1. Open up the folder with all the wordpress files

2. Add your google id to the index.php and sidebar.php files

3. upload all files to wp-content/themes

4. login to your wordpress dashboard

5. Click on presentation tab

6. Click on your theme in available themes

7. Your wordpress adsense template is now your current theme

You now have a wordpress blog on your own domain in your selected niche.

Start count your content about your niche and the google ads will exchange to relevant ads that pertain to your niche.