Back to ProBlog Support

dev15469
dev15469

In default view template proBlogList component detail post view URL:

<a class="link" href="{{ __SELF__.postRender(post.parent)|page({'filter': category_slug, 'slug': post.slug }) }}/">{{ post.title }}</a>

But this code generate incorrect URL, which consist is "post.parent" part only. How config this component for generate right working URL ?

Last updated

fredericomarinho16918
fredericomarinho16918

Did you setup render page to show the post?

Something like that in the main blog page:

render = "specific" specific = "post"

1-2 of 2