ProBlog

A powerful October CMS Blog plugin. Boost your SEO with robust blogging tools by Radiantweb.

Back to ProBlog Support

laics19845002
laics19845002

Hi, any possible way to print the slug value into the page? {{ slug_value }}

sulaz1x
sulaz1x

The slug is a part of the page proprety, so you should be able to get like this :

public $page_slug;

$this->page_slug = $this->property('slug');

And now it's avaible in your component as {{ page_slug}}

Last updated

1-2 of 2