Sorry for my english i'm french...
My question (traduction google):
how to articles 5 to homepage please ?
My index page : http://atoutalor.fr/
Thank you !
{serendipity_fetchPrintEntries category=$template_option.catfeat full=true fetchDrafts=false noSticky=true limit="0,3" template="entries_lcol.tpl"}
I've always liked the idea of making this customizable via a theme option, i.e. offering a set of radio boxes to set the upper limit to sensible values (1,3,5,7 or something).reinhardl wrote:there you can change for example "0,3" to "0,5"Code: Select all
{serendipity_fetchPrintEntries category=$template_option.catfeat full=true fetchDrafts=false noSticky=true limit="0,3" template="entries_lcol.tpl"}
Ok !! no effect....garvinhicking wrote:Hi!
You can change the number of entries to display on your blog inside the Serendipity Configuration, there's an input field for this. It is set to a default of 15 entries.
Regards,
Garvin
No effect ..reinhardl wrote:edit index.tpl
search
{serendipity_fetchPrintEntries category=$template_option.catfeat full=true fetchDrafts=false noSticky=true limit="0,3" template="entries_lcol.tpl"}
there you can change for example "0,3" to "0,5"
Code: Select all
<div id="lead" class="feature clearfloat">
{serendipity_fetchPrintEntries category=$template_option.catlead full=true fetchDrafts=false noSticky=true limit="0,1" template="entries_lead.tpl"}
It is a template option in Kinetic.yellowled wrote:I've always liked the idea of making this customizable via a theme option, i.e. offering a set of radio boxes to set the upper limit to sensible values (1,3,5,7 or something).
YL