I have set a custom page 'myblog' as 'Posts page' in 'Reading Settings', but why I always get the first post article of 'myblog' instead of 'myblog' itself?
var_dump(get_permalink()); // "http://xxxx.com/myblog/hello-world/"
It should be:
"http://xxxx.com/myblog/"
Any idea why and how I can fix this?