Hi,
Currently there is not but we will be adding this functionality in the form of an extension in the very near future.
In the meantime, you could try this plugin that allow posting from the frontend. You would simply need to set the post type as ‘listing’.
https://en-au.wordpress.org/plugins/wp-user-frontend/
Hi,
I think that the simple answer would be to set your listings page from within the settings and you can then use query strings to create the ‘different’ pages.
For example, if you set your listings page to say, http://www.yourwebsite.com/listings you could then:
– Link to the Rentals only page by using the URL: http://www.yourwebsite.com/listings?purpose=rent
– Link to the For Sale only page by using the URL: http://www.yourwebsite.com/listings?purpose=buy
Hope this helps