V
V
Vladimir Kulikov2020-07-03 14:25:11
WordPress
Vladimir Kulikov, 2020-07-03 14:25:11

Why doesn't url_to_postid work or how to get the id of the next post in the list?

https://wp-kama.ru/function/url_to_postid

Hello!
There is a code:

$url = next_post_link();
$post_ID = url_to_postid($url);

Why does url_to_postid return 0?

And if you pass in url_to_postid not next_post_link but just a string link, then everything works.

Or how to get the id of the next post in the list?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Denis Yanchevsky, 2020-07-03
@deniscopro

Or how to get the id of the next post in the list?

get_next_post ?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question