I've created two pages:
- blog - /blog/:filter?/:slug?/
- blog-post - /blog/post/:post_slug/.
In the backend,
the default page that is setup to render my posts is blog-post and the default blog parent page is blog.
Posts are showing up in the blog page, but the links to the blog post (post title & read more) point to /blog/uncategorized/category?
Can't figure out what I'm missing.
the category links should indeed link like that. But the title links should link to whatever you have the component set as under the "rendering" form. Is something not working? Are you getting any error or 404?
I forgot to set the rendering setting in the component, however now the title and read more links point to /blog/post/default
looks correct to me. you may want to make double sure you are on the latest version, and then also that you have not mistakenly overriden the default view code.
On the back-end it says I'm on version 3.2.3 - where would I look to see if I've overridden the default view code? Thanks for your help btw.
I guess this is the same problem as in this post At least that fixed the problem for me...
1-10 of 10