Hello, for wapkiz webmaster users, you may have seen these codes around, :url-0:, :url-1: and :url-2:,etc, maybe in the templates, do you know what they are? Let's start.

Tags serve to capture or extract parts of the url of a certain page.

A simple url of a certain wapkiz page usually comes in this format:

https://site.wapkiz.com/page-test.html

In this sense, we can extract the parts of these urls using the codes:
:url-0: = test.

And if it's a blog post or file with the following url https://site.wapkiz.com/page-post/32/post_title.html

  • :url-0: = post
  • :url-1: = 32
  • :url-2: = post-title
For full url case use :page_url: Hope this helps, until next time.