Static landing page and blog section simultaniously

Post Reply
Schlemihl
Jr. Bludit
Posts: 3
Joined: Fri Dec 21, 2018 8:05 am

Hello,

I would like to create a website with a static landing page. This landing page will stay usually unmodified and give a general information about a certain topic.

Reachable via a "blog" menu entry (like static pages are listed on top of the page) there should be a blog like section, where I add news, etc

I have played around with the different types of page (sticky, static, etc) but it didn't satisfy me. I have attached two mock ups that illustrate my intention.

Just some hints would help me, but I guess I am just missing some minor points.

Thanks in advance
Attachments
Blog.png
Blog.png (23.56 KiB) Viewed 2376 times
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

You can do this using the URL filter /blog/ (at "Settings" > "Advanced").

If you have created a page "Blog" (to show an entry in the navigation) you have also to add the following line to the file .htaccess to forward from the URL with /blog to the one with /blog/:

Code: Select all

RedirectMatch 301 ^(.*)/blog$ /blog/
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

There is now also a fix for this bug:

https://github.com/bludit/bludit/commit ... dca0779c35

You can add the additional lines to the file 60.router.php or exchange the files (in the directory /bl-kernel/boot/rules/).
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
Schlemihl
Jr. Bludit
Posts: 3
Joined: Fri Dec 21, 2018 8:05 am

Thanks, I will have a look at this and try the solution. And give feedback.

Best Regards
Schlemihl
Jr. Bludit
Posts: 3
Joined: Fri Dec 21, 2018 8:05 am

Everything worked as described by you.

Thanks for your support
Post Reply