Search found 5 matches

by yukinaze
Fri Jan 23, 2026 11:53 am
Forum: Themes
Topic: Help needed: Exclude Category in Posts Index (home)
Replies: 8
Views: 6534

Re: Help needed: Exclude Category in Posts Index (home)

This works! Thank you
by yukinaze
Wed Jan 21, 2026 2:44 am
Forum: Themes
Topic: Help needed: Exclude Category in Posts Index (home)
Replies: 8
Views: 6534

Re: Help needed: Exclude Category in Posts Index (home)

Thank you! This works for me.

Is it possible to display that excluded category as a separate list in a different section of the homepage where the above script is also without conflict? All good if not.
by yukinaze
Tue Jan 20, 2026 8:17 am
Forum: Themes
Topic: Help needed: Exclude Category in Posts Index (home)
Replies: 8
Views: 6534

Re: Help needed: Exclude Category in Posts Index (home)

Oh! Sorry, I am working on my custom theme for personal use.

My index.php calls home.php this way:
<?php
// Bludit content are pages
// But if you order the content by date
// These pages works as posts

// $WHERE_AM_I variable detect where the user is browsing
// If the user is watching a ...
by yukinaze
Sun Jan 18, 2026 5:03 am
Forum: Themes
Topic: Help needed: Exclude Category in Posts Index (home)
Replies: 8
Views: 6534

Re: Help needed: Exclude Category in Posts Index (home)


What do you mean with "the list of displayed posts on the homepage"? You can also give a link to your website.


The home.php has all the displayed posts regardless of category, yes? I was hoping to exclude a certain category from this list. For example, I have the categories: general, design ...
by yukinaze
Sun Jan 11, 2026 12:56 pm
Forum: Themes
Topic: Help needed: Exclude Category in Posts Index (home)
Replies: 8
Views: 6534

Help needed: Exclude Category in Posts Index (home)

I've searched the forums, but I can't seem to find what I need. I was hoping to exclude a single category from the list of displayed posts on the homepage. Ideally, also want to display posts of that excluded category in a different section, but not necessary, since I can link out to that category's ...