My website is a multi author blog. I would like to give special promotion for the first 100 published posts in my blog?
What is the proper way to implement it? I mean should i add some meta value for first 100 published posts and then query it later using that meta value?
If yes can anyone tell me how? Thanks
Here is what I would do:
Run an SQL query like so:
The above will give you the first 100 authors to have a post published. or:
this will give you the first 100 published posts