I have this code for pagination on our blog.
<p class="pagination"><?php $posts->pagination('words', array(
'next' => ' · Next Page »',
'previous' => '« Previous Page · ',
'middle' => $posts->pagination('numbers', false, false),
'forceMiddle' => true
)); ?></p>
Essentially, I would like to make the code like:
ul class = " pagination " li Prev /li li the middle paging code here / li li Next / li / ul
Any suggestions ? ( cant post ul li code sorry ) bloody …grrr
SportTipsWorld said
...
See if this is what you wanted: http://pastebin.com/PAu32tVP
I had tried that ( just cant figure out how the fooka is appending strong etc …
pasted results:
http://pastebin.com/ZcPKzmEUand help with this lol too ….
I am stuck adding our map marker to some gmap code: Stack Question
In fact if your quiet Alex and wanna earn $50.00 I can tell you rest of features we need for the secondary question. I have 50% of it fully working.
But need additional stuff, features and some form of hooking into db to save shit
Kk fixed the pagination 
All done holy crap… My sons a trooper. May make a vid and post it.
