"posts" is the field in the user table. However, it gets formatted usually (so if you have over 1000 posts, it will show at 1,000). You can't do a condition on the formatted number which means you need to somehow get the unformatted number to use for your condition.
Also, the name of the variable is just about always dependent on what template you are using it in, or what hook location.
|