BlogHarbor Home Page
FAQFAQ  SearchSearch  MemberlistMemberlist  UsergroupsUsergroups  UsergroupsRSS   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
A footer to return to blog name
 
Post new topic   Reply to topic    BlogHarbor Community Forum Index -> Tips and Tricks
View previous topic :: View next topic  
Author Message
kazo56



Joined: 16 Sep 2005
Posts: 36

PostPosted: Sun Sep 25, 2005 11:04 pm    Post subject: A footer to return to blog name Reply with quote

Hi John,
Can you tell me how to put "next" at the bottom of the last entry (say I have chosen five per page)? Also, a "return" to blog name home once the reader has scrolled right down to the last entry on page?
Thanks,
Kerry [url]tasmanianphotographers[/url]
Back to top
View user's profile Send private message
john
Site Admin


Joined: 16 Mar 2004
Posts: 3434

PostPosted: Mon Sep 26, 2005 3:43 pm    Post subject: Re: A footer to return to blog name Reply with quote

Can you tell me how to put "next" at the bottom of the last entry (say I have chosen five per page)?

On your blog, you've enabled the navigation to have a link to the next and previous 5 articles at the top of each category page. It is possible for that to appear at the bottom of the page as well, by modifying the category template.

This thread in the forum shows the process for modifying the category template.

The modification you want to make is to add this code, which you see us used at the top of the page:

Code:
{{if category_breadcrumbs}}
<div class="articleBreadcrumb">
{{if category.prev_articles_url}}
<span style="font-weight:bold;">«</span>&nbsp;<a href="{{category.prev_articles_url}}">{{category.prev_articles_text}}</a>
{{/if}} <!-- if category.prev_articles_url -->

{{if category.next_articles_url}}
{{if category.prev_articles_url}}
&nbsp;|&nbsp;
{{/if}}

<a href="{{category.next_articles_url}}">
{{category.next_articles_text}}</a>&nbsp;»
{{/if}} <!-- if next_article.url -->

</div> <!-- articleBreadcrumb -->
{{/if}} <!-- if category_breadcrumbs -->


to the bottom of the page, right before these last 3 lines at the end:

Code:
{{if recent_album_location eq "bottom"}}
{{include name="recent_album.html"}}
{{/if}}


If you do that, you will see the Next and Previous links at the bottom of a category page as well as at the top.

Also, a "return" to blog name home once the reader has scrolled right down to the last entry on page?

Do you want a link to the top of the page, or to the home page of the blog? If it is the former, you can always just create a custom component containing a link to your home page and put that component in your footer.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Search all BlogHarbor support resources.
View previous topic :: View next topic  
Display posts from previous:   
Post new topic   Reply to topic    BlogHarbor Community Forum Index -> Tips and Tricks All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum