I have a custom news blog I set up for where I work but I am having a problem. I have a field for each news article entry in the database called 'activated'. The value is either 0 or 1, for on or off of course. The problem is, i have the db set to spit out three stories a page. The page though that the hidden story would appear on were it not to be skipped by a 'continue' statement in the while($row) loop. I am trying to figure out how to get my query to see these results and not count them in the three articles that will actually be on the page. I am stumped guys. Anyone have a little insight?