Hi all
I’m using pmachine 2.4 and I’m having some trouble with my headlines.
On my home page I have one area for headlines to appear. I set it up so that each time an entry was made, the headline newest headline would appear, like so: <?php weblog_headlines(“all”,“1”,“60”); ?>
Unfortunately, I soon realized that my forum posts were showing up there! So in searching for a way to fix this, I saw the category parameter. So I changed my code to this: <?php weblog_headlines(“all”,“1”,“60”,“frontpage”); ?>
Now whenever a new entry is made, if it does not have the category of “frontpage”, then it is not shown on the home page…
...or so I thought.
Unfortunately, the category parameter is ignored, and the newest entry is shown on the first page. Why? I’ve made sure that my other entries have the appropriate category assigned to them…an also that forum posts do not, but no luck.
Any ideas why this is not working? Thanks!
-john
