Today, I am releasing Early Morning Theme converted from wordpress to blogger. This is my first wordpress theme to blogger conversion. It is a simple yet elegant theme. Feel free to try it.
{ Live Demo } | { Download Here }
{ Customizing Early Morning Theme }
1. Navigation bar
<div id=’nav’>
<ul>
<li><a expr:href=’data:blog.homepageUrl’ title=’Home’>Home</a></li>
<li><a href=’#’ title=’Edit this link’>About Me</a></li>
<li><a expr:href=’data:blog.homepageUrl + "feeds/posts/default"’ title=’Posts RSS’>Posts RSS</a></li>
<li><a expr:href=’data:blog.homepageUrl + "feeds/comments/default"’ title=’Comments RSS’>Comments RSS</a></li>
<li><a href=’#’ title=’Edit this link’>Contact Me</a></li>
</ul>
</div>
<ul>
<li><a expr:href=’data:blog.homepageUrl’ title=’Home’>Home</a></li>
<li><a href=’#’ title=’Edit this link’>About Me</a></li>
<li><a expr:href=’data:blog.homepageUrl + "feeds/posts/default"’ title=’Posts RSS’>Posts RSS</a></li>
<li><a expr:href=’data:blog.homepageUrl + "feeds/comments/default"’ title=’Comments RSS’>Comments RSS</a></li>
<li><a href=’#’ title=’Edit this link’>Contact Me</a></li>
</ul>
</div>
2. Search Box
You have to do it manually. Click Add a gadget > HTML/Javascript > Paste the code below > Give a title > Save.
<form role=”search” method=”get” id=”searchform” action=”http://your_blog_name_here.blogspot.com/search/”>
<div class=”field-place”>
<input type=”text” value=”” name=”q” id=”s” class=”field” />
<input type=”submit” value=”Search” id=”searchsubmit” class=”button” />
</div>
</form>
<div class=”field-place”>
<input type=”text” value=”” name=”q” id=”s” class=”field” />
<input type=”submit” value=”Search” id=”searchsubmit” class=”button” />
</div>
</form>
3. Date format problem
Go to Page Elements > Click on the Edit button for “Blog Posts” element > Change the time format to (Month Date, Year).
For example….. February 19, 2010
great.. i am going to use this theme.. and how i can hide that date slide bar
@Saisayan…
I've modified this theme for you (without date stamp).. you can download it here….
http://www.box.net/shared/rh2pskne3x
I have used your theme..it's a great theme..
but I have a problem to make "read more" in my posting..would like to help me please to solve that..
Thanks before…
Huge Great from Indonesia..
@Galeri Software..
Thx so much…Try the method below to solve your problem..
1. Go to Layout> Edit HTML
2. Backup your template
3. Click "Expand Widget Templates"
4. Find this code
<data:post.body/>
5. Once you've located that code, paste the following code directly below it.
<b:if cond='data:post.hasJumpLink'>
<div class='jump-link'>
<a expr:href='data:post.url + "#more"'><data:post.jumpText/></a>
</div>
</b:if >
6. Click save.
Thanks very much to quick replay my comment..
I have follow your instruction, but i still can't make "read more" in my posting…
By the way, I write my post in windows live writer..
May you have another solution to solve it..
Thanks before…
@Galeri Software…
Hi, I understand your problem….Unfortunately, Windows Live Writer is not supporting that "Read More" feature yet.
I tried googling about it. It seems many bloggers using Windows LW are facing the same problem. To solve this problem, you can add a
<!– more –>
to where you want the read more should appear from the Source view tab.
For example……….
<p>This is a paragraph before the jump link(read more).</p>
<!– more –>
<p>Here is a paragraph after the jump.</p>
Thanks very much Rethnaraj..
its work now..
Thanks…
@Galeri Software
You're welcome..