In my posts / pages, is it possible to access the url property of a menu to create dynamic permalinks instead of hardcoding them in?
---
title: Test Post 1
layout: default
menus: learn
permalink: /:menus (?) /test-post-title
---
This is the test post
Doesn't work. Hard-coding the permalink does but that's not very cool...
permalink: /learn/test-post-title
In my posts / pages, is it possible to access the url property of a menu to create dynamic permalinks instead of hardcoding them in?
Doesn't work. Hard-coding the permalink does but that's not very cool...