Search found 540 matches
- Tue Mar 10, 2020 8:38 am
- Forum: General
- Topic: Static pages wrong page object
- Replies: 1
- Views: 2155
Re: Static pages wrong page object
Hi,
could be a bug, or maybe you are overwriting the variable $page, can you check if you are not using the variable $page in some part of the theme?
Regards
could be a bug, or maybe you are overwriting the variable $page, can you check if you are not using the variable $page in some part of the theme?
Regards
- Sun Feb 09, 2020 7:08 pm
- Forum: General
- Topic: listing posts on a static page
- Replies: 20
- Views: 28403
Re: listing posts on a static page
Hi, nice plugin, have you uploaded to https://plugins.bludit.com/ ?Geonx wrote: Sun Feb 09, 2020 5:01 pm Try this plugin. It shows the posts, the posts per category and the categories in a single page.
You can see a demo here.
Here are the steps, https://github.com/bludit/plugins-repository
- Sat Feb 08, 2020 8:17 pm
- Forum: General
- Topic: Bludit v3.11.x
- Replies: 0
- Views: 10739
Bludit v3.11.x
Bludit v3.11.0 "Pizza time" is here.
We are pleased to announce the release of Bludit 3.11.0. The first version of 2020, this version brings improvements and bug fixes.
Changelog: https://github.com/bludit/bludit/releases/tag/3.11.0a
Download: https://www.bludit.com/releases/bludit-3-11-0.zip
We are pleased to announce the release of Bludit 3.11.0. The first version of 2020, this version brings improvements and bug fixes.
Changelog: https://github.com/bludit/bludit/releases/tag/3.11.0a
Download: https://www.bludit.com/releases/bludit-3-11-0.zip
- Tue Feb 04, 2020 3:32 pm
- Forum: General
- Topic: Gris admin theme for Bludit
- Replies: 2
- Views: 6125
Re: Gris admin theme for Bludit
Yes is just a prototype, I will add more settings with the time.
- Tue Feb 04, 2020 12:19 pm
- Forum: General
- Topic: Next / Previous pages
- Replies: 9
- Views: 11928
Re: Next / Previous pages
I tried the functions and works fines.
<?php
if ($WHERE_AM_I=='page') {
if ($page->nextKey()) {
$nextPage = buildPage($page->nextKey());
echo "The title of the next page: ".$nextPage->title().'<br>';
} else {
echo "There is not next page.".'<br>';
}
if ($page->previousKey()) {
$prevPage ...
<?php
if ($WHERE_AM_I=='page') {
if ($page->nextKey()) {
$nextPage = buildPage($page->nextKey());
echo "The title of the next page: ".$nextPage->title().'<br>';
} else {
echo "There is not next page.".'<br>';
}
if ($page->previousKey()) {
$prevPage ...
- Tue Feb 04, 2020 9:35 am
- Forum: General
- Topic: Next / Previous pages
- Replies: 9
- Views: 11928
Re: Next / Previous pages
Hi,
maybe there is a bug on the function next and prev pages, I will check.
Have you tried to print the values or make a small example, I mean create 4 pages and check if the values returned is correct?
maybe there is a bug on the function next and prev pages, I will check.
Have you tried to print the values or make a small example, I mean create 4 pages and check if the values returned is correct?
- Wed Jan 29, 2020 9:34 pm
- Forum: General
- Topic: Gris admin theme for Bludit
- Replies: 2
- Views: 6125
Gris admin theme for Bludit
I've been working on my website (https://varlogdiego.com) and I made a new theme for the admin and for the website. The interesting part of the project is the admin theme.
Here some features:
- Markdown support.
- Markdown editor, thanks to EasyMDE.
- Integrated with highlight.js.
- Quick view for ...
Here some features:
- Markdown support.
- Markdown editor, thanks to EasyMDE.
- Integrated with highlight.js.
- Quick view for ...
- Thu Jan 02, 2020 4:00 pm
- Forum: Themes
- Topic: Theme Mediumish
- Replies: 3
- Views: 6112
Re: Theme Mediumish
The original template, https://www.wowthemes.net/preview/index.php?theme=mediumishhtml
you can edit this file, https://github.com/bludit-themes/mediumish/blob/master/php/page.php
The theme is not implemented because Bludit doesn't support related posts, but you can get the same posts with the same ...
you can edit this file, https://github.com/bludit-themes/mediumish/blob/master/php/page.php
The theme is not implemented because Bludit doesn't support related posts, but you can get the same posts with the same ...
- Sat Dec 07, 2019 11:17 am
- Forum: General
- Topic: Small non-blog page with mostly static content
- Replies: 1
- Views: 2662
Re: Small non-blog page with mostly static content
Hi,
for sure is possible to do it with Bludit and do some modifications in some of the themes, but you need to hire someone is not going to be free.
You can test different themes and check if someone of them fits your needs.
Regards
for sure is possible to do it with Bludit and do some modifications in some of the themes, but you need to hire someone is not going to be free.
You can test different themes and check if someone of them fits your needs.
Regards
- Sat Dec 07, 2019 11:15 am
- Forum: General
- Topic: openbsd httpd - Cannot acess subpages
- Replies: 1
- Views: 2579
Re: openbsd httpd - Cannot acess subpages
Hi,
looks like is missing the mod_rewrite module for httpd.
Regards
looks like is missing the mod_rewrite module for httpd.
Regards

