No ideas? 😛
I think that the plugin should link to an archive customizable page… I’m a wrong?
[update]
Hello again.
Observing deeper the code and trying to understand the real working of the plugin, I’ve undesrtood that the link to which the month-x of the year-y links to the archieve of that month.
In fact the month_url redirect to the archieve page accorded to the selected month… but this is a little bit limited to my “business” I think.
I’ve chosen form the permalink page to map the urls with a logic designed around the post ID.
So I need to change the montlhy url month_url, according to the post ID.
I’ve found the get_permalink(); function and tryed to substitute it.
But the result is not the desidered one, ’cause the get_permalink links only to the last written post.
So I need to map the url, from the monthly archieve to the selected post listed…