this is just for testing.
my goal is that any permalink goes to a page which shows the post itself (permalink), older and newer post like on my overview page (e.g. https://mobile.moontools.ch/trivia-moon-tool_theme/?paged=3 )
I thought the simplest thing is to get the right ‘paged’-value so I can use the existing overview template.
what do you think would be the best solution?
thanks for the fast response.
if I copy this a add “echo $paged” I get 1 for all post.
I think the reason is, that ‘paged’ is not in the url of the permalink. am I right? other tips?