Search found 3 matches

by calamaro
Fri Dec 20, 2019 9:40 pm
Forum: General
Topic: How to include custom "blog archive"
Replies: 3
Views: 2310

Re: How to include custom "blog archive"

Hi, thank you very much for the hints. It helped to include the "archive.php" in a way I wanted. I'm now listing all blog entries on the page "archive.php" using the following code from https://docs.bludit.com/en/dev-snippets/content-pages: <!-- List blog entries --> <?php // Pag...
by calamaro
Thu Dec 19, 2019 9:22 am
Forum: Plugins
Topic: [PLUGIN] Folio Gallery
Replies: 22
Views: 18772

Re: [PLUGIN] Folio Gallery

Hi,

is it really the complete plugin within the repository?

I've tried to implement it under Bludit v1.3.0 however it's not working:
When defining a page in the preferences where the gallery should appear, it happens nothing after saving the configuration.
by calamaro
Wed Dec 18, 2019 7:24 pm
Forum: General
Topic: How to include custom "blog archive"
Replies: 3
Views: 2310

How to include custom "blog archive"

Hi, I've created my first theme under Bludit 3.1.0 and I'm struggling a bit with including a custom php file. :roll: The issue: I have a one-page template which has an own section showing the latest three blog posts. Section code: <!-- List Blog entries --> <?php foreach ($content as $page): ?> <a h...