Welcome to the Tekeme Studios Blog

This blog will be updated often with tips, contests, coupons, and more! We're still working on getting everything going!

Interested in becoming our friend? Click here to find out more about us!

Enter your email address to receive this blog via e-mail:

Delivered by FeedBurner

Wednesday, February 17, 2010

Blogger Tips

How to Schedule Blog Posts

First, write a post as you normally would. Then, click the arrow for Post Options in the bottom. This will bring up an area as shown below. You will change the date and time to the date you wish to publish the blog post. After you change the date you will click Publish Post as normal and the blog post will show up in your list of blog posts (under Edit Posts) as Scheduled.




How to Remove the Blogger Bar at the Top of Your Blog

Click the Layout Tab at the top of your screen or in your Dashboard. Go to Edit HTML. Scroll down the body { } tag in the code. Then, implement the following CSS code just above the body { } tag:

#navbar-iframe { height: 0px; visibility: hidden; display: none; }


How to Create a READ MORE... Link for Posts

If you only want to display part of your post on the main page of your blog, there is now a feature that enables you to do so with Blogger. First, you want to make sure you are using the newest Post Editor. To check this, go to Settings, then click on Basic (you should automatically be there). Scroll down to the bottom and select Updated Editor. Save your selection at the bottom of the page.

Then, when you go to create a new post you can insert a Jump Break by clicking the Jump Break button shown below (only in the COMPOSE method of posting a new post):



Or you can use the HTML method by adding the following snippet wherever you want the Read More to show: <!-- more -->

It's that easy!

Note: This version of READ MORE does not work for third-party customized designs. We'll share more on how to do that later.

0 comments: