Search found 7 matches

by ntsu
Wed Sep 23, 2020 10:11 am
Forum: General
Topic: removing the word 'category' from url
Replies: 1
Views: 975

removing the word 'category' from url

hello,

is there a way to completly remove the word 'category' from the url? i tried to leave that empty under URL FILTERS under advanced settings but this did not work and will show - page not found -

thank you!
by ntsu
Mon Mar 09, 2020 7:04 pm
Forum: General
Topic: filtering by categoryKey not showing the paginator
Replies: 4
Views: 1914

Re: filtering by categoryKey not showing the paginator

by filtering i mean, showing only the posts that have the category "blog".

this works fine anyway but it is showing all posts in one page despite the given value at "Items per page" in settings, which is 5 posts per page..
by ntsu
Sun Mar 08, 2020 1:58 pm
Forum: General
Topic: filtering by categoryKey not showing the paginator
Replies: 4
Views: 1914

filtering by categoryKey not showing the paginator

I used the categoryKey to filter the pages inside the category "blog" but the paginator is visible always and does not really work. <?php $categoryKey = 'blog'; $category = getCategory($categoryKey); ?> <?php foreach ($category->pages() as $pageKey) { $page = new Page($pageKey); echo "...
by ntsu
Fri Aug 30, 2019 11:25 pm
Forum: Themes
Topic: a random post on main page?
Replies: 4
Views: 2378

Re: a random post on main page?

thats great! thank you very much!!
by ntsu
Sat Aug 24, 2019 3:59 pm
Forum: Themes
Topic: a random post on main page?
Replies: 4
Views: 2378

Re: a random post on main page?

I saw it, but somehow it did not work!
by ntsu
Sat Aug 24, 2019 3:48 pm
Forum: Themes
Topic: a random post on main page?
Replies: 4
Views: 2378

a random post on main page?

hello,

i'm trying to show a random post on the home page each time i refresh. is that possible in a way? :| i would be thankful for any help. thanks alot!