Permalinks
-
Hey guys, love the plugin. The only issue I’m experiencing is when I change my permalink settings. I started with the default settings and was happily working on the
home.php
template. WP appropriately rendered it when I visited the site and I was a happy camper. But when I changed the permalinks to use the post name things went a bit awry. I tried futzing with the reading settings and the layout names and some other things but to no avail. Not sure this a problem with your plugin or if it has more to do with me not fully understanding the way Blade manages and renders templates and how this integrates with the WordPress template heirarchy. Anyway, here are some more details:If it’s any help you can view the full theme on Github To clarify my setup, I have:
- a master Blade layout,
{themeroot}/layouts/master.php
[on Github] - a WP template,
{themeroot}/home.php
which extends the aforementionedmaster
layout (this was originall registered as a custom template using the{{-- Template Name: <strong>Home</strong> --}}
syntax before I broke things) [on Github] - a partial,
{themeroot}/partials/flavors-list.php
, which query’s and displays the entries in a custom post type calledflavor
[on Github]
- a master Blade layout,
- The topic ‘Permalinks’ is closed to new replies.