Title: Visit steps?
Last modified: August 31, 2016

---

# Visit steps?

 *  [imborx](https://wordpress.org/support/users/imborx/)
 * (@imborx)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/visit-steps/)
 * Hi,
 * I BadgeOS and also BadgeOS communitty add-on but I can’t see a “view” step for
   winning badges. Is there something similar than: “view 5 post to get a badge?”
 * Thank you
 * [https://wordpress.org/plugins/badgeos/](https://wordpress.org/plugins/badgeos/)

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [Michael Beckwith](https://wordpress.org/support/users/tw2113/)
 * (@tw2113)
 * The BenchPresser
 * [10 years, 2 months ago](https://wordpress.org/support/topic/visit-steps/#post-7257265)
 * By default, the step post type is private and not supposed to be publicly queryable
   since it’s meant to be internal only. There is a filter on it if you really want
   to make it frontend public.
 *     ```
       'public' => apply_filters( 'badgeos_public_steps', false ),
       ```
   
 *  [Michael Beckwith](https://wordpress.org/support/users/tw2113/)
 * (@tw2113)
 * The BenchPresser
 * [10 years, 2 months ago](https://wordpress.org/support/topic/visit-steps/#post-7257266)
 * If that’s not quite what you meant, please let me know so I can give a more appropriate
   answer.
 *  Thread Starter [imborx](https://wordpress.org/support/users/imborx/)
 * (@imborx)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/visit-steps/#post-7257379)
 * Hi Michael, thank for your support.
 * I would like to create a badge that uses “visits” like steps. I mean, instead
   of “post a comment”, use “visit X times the webpage”. Something similar than 
   that. Is that what you mean? I don’t understand where I have to place your code
   and whats his function
 * Thank you so much
 *  Thread Starter [imborx](https://wordpress.org/support/users/imborx/)
 * (@imborx)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/visit-steps/#post-7257421)
 * Hi Michael, can you help me please? 🙂
 * Thank you so much
 *  [Michael Beckwith](https://wordpress.org/support/users/tw2113/)
 * (@tw2113)
 * The BenchPresser
 * [10 years, 1 month ago](https://wordpress.org/support/topic/visit-steps/#post-7257423)
 * Sorry, somehow missed seeing your reply.
 * Ignore my first reply, it’s not what you were getting at.
 * What you’re needing is going to be a custom solution, as I don’t know of any 
   code snippets to help right now, and “viewing” requirements as steps aren’t something
   we have out of the box.
 * You’ll need to set up a way to track the views for each user, and also need to
   find a point to check for eligibility for earning it.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Visit steps?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/badgeos_85d3bc.svg)
 * [BadgeOS](https://wordpress.org/plugins/badgeos/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/badgeos/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/badgeos/)
 * [Active Topics](https://wordpress.org/support/plugin/badgeos/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/badgeos/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/badgeos/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [Michael Beckwith](https://wordpress.org/support/users/tw2113/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/visit-steps/#post-7257423)
 * Status: not resolved