Hi Emmanuel,

The default theme actually has previous and next links, here's an example
of a blog that I found that is using them:

http://bleaklow.com/

They can be enabled by putting the following in your template.jsp:

<div id="linearNavigation">
    <template:linearNavigation/>
</div>

To see where/how the default theme uses them, see here:

https://github.com/pebbleblog/pebble/blob/master/src/main/webapp/themes/default/template.jsp

If you want a little more control over exactly what is rendered and how
it's rendered, here's the implementation of the linear navigation template
tag:

https://github.com/pebbleblog/pebble/blob/master/src/main/webapp/WEB-INF/fragments/navigation.jspf

Regards,

James

On 30 March 2015 at 05:43, Emmanuel Puybaret <[email protected]> wrote:

> Hi,
>
> I've been using Pebble during the past 5 years and I'm very happy with it.
> http://www.sweethome3d.com/blog/
>
> Now that there are more and more articles in this blog, I wonder how it's
> possible to add a "Next page" or "More articles" link at the end of the
> main blog page, to let the users discover older articles without using the
> links shown in the "Archives" or Calendar sections.
> Sorry if the question was already answered...
>
> Best regards,
> --
> Emmanuel PUYBARET
> Sweet Home 3D developer
> Email  : [email protected]
> Web    : http://www.eteks.com
>          http://www.sweethome3d.com
>
>
>
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming The Go Parallel Website,
> sponsored
> by Intel and developed in partnership with Slashdot Media, is your hub for
> all
> things parallel software development, from weekly thought leadership blogs
> to
> news, videos, case studies, tutorials and more. Take a look and join the
> conversation now. http://goparallel.sourceforge.net/
> _______________________________________________
> Pebble-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/pebble-user
>
>
------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
Pebble-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pebble-user

Reply via email to