Hello,
Thank you for the lovely script. Have install it and work fine, but have a small problem. The install dir is blog. I have made two cats. One cat for news and one cat for articles. To show different postings I made two php files; 1 news.php include the code; <?php $cat[] = "news"; include 'blog/index.php'; ?>
2 artiles.php include the code; <?php $cat[] = "articles"; include 'blog/index.php'; ?>
Made some posts and select for every post a different category. In both files/pages (news.php and articles.php) the news is showing the same/double. (Have read the post; http://network-13.com/thread/3800-News-displaying-on-two-categories)
Any idea whats wrong of what I'm doing wrong?
Thank you,
Marten
Oké figure it out. Have made categories and start the catname with a capital and place the catname in the php include link without starting a capital.
Change it and work now good.
Thank you.
Marten