Search found 6 matches
- Thu Mar 24, 2022 2:43 am
- Forum: Themes
- Topic: How to display the posts list on a page
- Replies: 5
- Views: 6538
Re: How to display the posts list on a page
I have created a site with the following structure
Top page (Predefind page - homepage / static page) <- I want display blog titles list!
+-> blog
| +-> posts
+-> service (static page)
+-> about (static page)
I want to display a new blog post titles list on this top page. But $content ...
Top page (Predefind page - homepage / static page) <- I want display blog titles list!
+-> blog
| +-> posts
+-> service (static page)
+-> about (static page)
I want to display a new blog post titles list on this top page. But $content ...
- Fri Mar 11, 2022 12:38 pm
- Forum: Themes
- Topic: How to display the posts list on a page
- Replies: 5
- Views: 6538
Re: How to display the posts list on a page
Thank you for your answer, and sorry for the lack of explanation.
Set the page on the home page of the predefined page (in admin panel).Then, home in $WHERE_AM_I changes to blog(URL FILTERS).
blog is left as it is, and I want to display the blog posts list on the home page (predefind page) as well ...
Set the page on the home page of the predefined page (in admin panel).Then, home in $WHERE_AM_I changes to blog(URL FILTERS).
blog is left as it is, and I want to display the blog posts list on the home page (predefind page) as well ...
- Tue Mar 08, 2022 5:30 am
- Forum: Themes
- Topic: How to display the posts list on a page
- Replies: 5
- Views: 6538
How to display the posts list on a page
Hi,
I am looking for a way to get a posts list on a page.
In home, it can get the posts list from $content, but in page, $content only has page info.
Is there any way to get the posts list on a page?
I am looking for a way to get a posts list on a page.
In home, it can get the posts list from $content, but in page, $content only has page info.
Is there any way to get the posts list on a page?
- Fri Mar 04, 2022 5:49 am
- Forum: Themes
- Topic: How to fetch all uploaded images
- Replies: 4
- Views: 5913
Re: How to fetch all uploaded images
I had the same problem.
I figured out that I needed to get a file list, so I wrote some simple code.
<?php
// set upload path
$upload_path = PATH_UPLOADS_PAGES.$page->uuid()."/";
// fetch image list
$image_list = Filesystem::listFiles($upload_path, '*', '*');
// output img tag
foreach($image ...
I figured out that I needed to get a file list, so I wrote some simple code.
<?php
// set upload path
$upload_path = PATH_UPLOADS_PAGES.$page->uuid()."/";
// fetch image list
$image_list = Filesystem::listFiles($upload_path, '*', '*');
// output img tag
foreach($image ...
- Fri Oct 01, 2021 2:25 pm
- Forum: Languages
- Topic: Japanese translation Document
- Replies: 1
- Views: 58192
Re: Japanese translation Document
Hi,
How can I contribute this translated document to the bludit repository?
How can I contribute this translated document to the bludit repository?
- Sun May 02, 2021 9:18 am
- Forum: Languages
- Topic: Japanese translation Document
- Replies: 1
- Views: 58192
Japanese translation Document
Hi,
I'm nogajun from Japan.
The Bludit document has been translated into Japanese. You can find it below.
I'm nogajun from Japan.
The Bludit document has been translated into Japanese. You can find it below.

