hey John, I tried but still nothing.
I might found out why though, sorry I am new to WP or coding so not sure if I understand it correctly.
Here the developer talks about how to use it on front end forms:
https://wordpress.org/plugins/bainternet-posts-creation-limits/faq/
https://wordpress.org/support/topic/user-frontend-limit?replies=6
Is the Geodirectory add listing page would be classed as a frontend form?
If yes than I should add a code to the front end, something like this:
[IN_LIMIT type=”CUSTOM_POST_TYPE_NAME”][wpuf_form id = “X”][/IN_LIMIT]
where custom-post_type_name is gd_place and the second half [wpuf_form id = “X”] is a shortcode for adding a listing?
What do you think?