Made use of Free HTML widget and placed at top of #sidebar. Also added a link to view all posts. The maximum number of posts per page displayed by the later is set in [/skins/_postidx.disp.php]
Line 28: 'limit' => 57,
Code
<form id="nOp" action="https://calstock.org.uk/elf.php"> | |
<div> | |
<label>1 to 19 </label> | |
<input type="hidden" id="disp" name="disp" value="posts" /> | |
<input type="number" style="width:3em" id="posts" name="posts" type="text" size="1" value="" min="1" max="19" /> | |
<input type="submit" value="Go" /> | |
</div> | |
</form><br /> | |
<a href="https://calstock.org.uk/elf.php?disp=postidx">View Index of All Plots</a> |
In [/inc/_core/_.template.funcsphp] changed tile to Plot Index
Line 389: 'postidx_text' => T_('Plot Index'),