Hi,
I'm currently working on a site and I've hit a bit of a snag. I'll try to be as descriptive as I can without taking up too much of your time.
I create some custom user roles, Publishers and Providers. Publishers can create "Channels" and "Episodes". Providers can create episodes for a channel which the publisher has assigned them to.
I want to be able to view episodes from a given channel on the single-channel.php page. I can easily view the first 'x' (depending on how many i choose to display, this works fine).
The issue is that I am trying to set up paging for these channel pages. The links appear correct. When I mouse over them I see the link is pointing to /channel/page/2, but when I click on it, the site simply loads /channel, and the "paged" variable is lost.
I have no idea why this is happening, and if anyone could help me out I would really appreciate it.
Thanks,
--d