• Hi. We’re trying to set up our wordpress so that we can serve two different versions of what’s in the database: one for subscribers that is completely up to date, and another for the public in which new posts appear one day delayed.

    Can anyone suggest how we might do this without having to resort to a mirrored installation fed by a cron job?

Viewing 2 replies - 1 through 2 (of 2 total)
  • you need to use 2 different sql queries, one if a user is logged in, one if not.

    thats the obvious suggestion.

    Im going to assume you can take it from there; I tend to believe that ppl that are charging for content (you are, right?) ought to be able to work out those gory details on their own. Or pay someone else, if they need help with those details.

    You’d be hard pressed to do it without a plugin of some sort.

    The plugin could possibly use the ‘posts_where’ hook and it can modify the query that controls ‘the_content()’ output so that you can filter the posts if someone is not subscribed.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Show posts with one day delay?’ is closed to new replies.