Search found 2 matches

by dmorten
Mon Nov 06, 2017 2:49 pm
Forum: General
Topic: [Solved] Display all posts within a category
Replies: 3
Views: 4695

Re: Display all posts within a category

It depends, what you like to to. Basically all posts of a category are displayed when using the link with the category name. For example https://mydomain.com/category/general This is how the plugin Categories works. Yes, that's how I would expect it to work - but it didn't :) You have an error on t...
by dmorten
Sat Nov 04, 2017 6:53 pm
Forum: General
Topic: [Solved] Display all posts within a category
Replies: 3
Views: 4695

[Solved] Display all posts within a category

Hi folks, I'm having trouble displaying all posts within a category. Most of my file is copied from the theme help and inspiration from the built-in themes. In my index.php, I have this bit to check where we are: if ($Url->whereAmI()=='home') { foreach ($pages as $Page) { echo "<h3 class='entry...