Ok I looked far and wide and couldnt find anything so hopefully this hasnt been asnswered already.
Heres the problem im having(short version):
A weblog where i am displaying on entry at a time, simple enough, set the limit=“1”, easy.
The problem is i want to create a list of numbers under the image so they can browse the entries, much like pagination 1 2 3 4 5 6….. But I cant use pagination because I want to be able to display Meta information per entry using LG better meta. i cant pass this information to the <head> with pagination.
I know how to display an unordered list of entries from a weblog using their titles, but im trying to figure out if there is a way to display these numerically much like pagination? so when new entries are added they add to the numbered list.
Am i missing something? am i trying to re-invent the wheel? is there a way to display the LG better meta data from an entry to the <head></head>?
Any help is appreciated.