Loading...
Answers
MenuWhat are the best WordPress plugins to help with user-generated content?
Answers
As with most things WordPress there are several solution paths you can take with this and the best will depend on the particular type of site you are trying to build. Your question suggests you may be relatively new to the platform and more comfortable with available wysiwyg / plugin tools rather than raw coding it all so here are three suggestions:
(A) Types & Views + Cred Front-End Forms Builder
http://wp-types.com
this combo will allows you to define your CPTs; add as many metaboxes with custom fields as you need; build templates to display your content.
(B) Gravity Forms + Custom Post Types:
https://wordpress.org/plugins/gravity-forms-custom-post-types/
This can be used with above solution or ACF or Pods etc...
(C) Formidable Forms:
https://formidablepro.com/demos/real-estate-listings/
An example that shows Formidable has a built-in ability not just to create front end forms but can display the results in a ajax parametrically searchable listing with accompanying single pages.
All of these will show submissions on both front and back end and can be set to appear as draft pending approval. Submitters can also be given permission to edit their own entries or pay for display of premium tiered content if your system requires that ability.
If you provide me with more specifics we may be able to narrow it down or discover an entirely different and perhaps simpler way. There may be free plugins that do most or all of this but these are the ones I have personal experience with.
Advanced Custom Fields is probably the simplest solution. The admin UI is about as simple as anything can be in the WordPress admin, and the front end API is very easy for anyone who can customize a WP theme (beginner PHP or better).
Beyond that you're probably up against more advanced custom dev.
If you need a second opinion on the setup, I have about a decade's experience customizing WordPress heavily. Don't hesitate to ask.
Good luck!
Why not the "User Submitted Posts" Plugin?
This allows users to submit a post either in draft or immediate mode.
Related Questions
-
I would love to hire a proven expert (2-4 hours) at the start/middle/end of my projects—paid mentoring essentially. Anybody doing this already?
We do have those people on Clarity. Jason comes to mind https://clarity.fm/asmartbear That being said, anyone on this list (who have software background) would be great https://clarity.fm/search/entrepreneurshipDM
-
Does anyone know if there is a slideshow plugin for wordpress available that allows text wrapping without modifying the css?
I don't know any plugins with that specific feature, but I did want to mention this after reading your description. You can target specific pages/posts with CSS, so you can limit text wrap to your about page. You just need to know the page ID. WordPress includes a page specific class in the body tag. It looks like this page-id-123. 123 would be your page ID. See screenshot - http://i.imgur.com/zFldy2T.png So you can simply do something like this: .page-id-123 .slideshow-class { ... } This will limit your CSS changes to the slideshow on this particular page.VN
-
How much should I charge to develop a WordPress site?
Take the # of hours it takes you to do it and charge $50/hour. That's the price. Eventually you can charge $100/hour but that will require a bigger customer. If the customer is small < $1M in gross sales per year - charge $50/hour If the customer id medium < $1-5M / sales - charge $75 Over $5M - charge $100 The challenge you'll face is clearly defining the expectations and handoff so that you're not stuck doing stuff that you can charge for and always getting interrupted from past customers.DM
-
I need to have an advanced membership website developed - do you have recommendations on choosing between WordPress and Ruby on Rails?
You are comparing apples to oranges. WordPress is a platform, Ruby is a web framework. If you are looking to develop a completely custom platform, you could certainly do it in Rails, but you could also write it in PHP (like WordPress). I'd do some digging and see what is out there for pre-made software first before you build something from scratch. I'd imagine there are already plugins that would do this sort of thing for Expression Engine, Joomla or WordPress. No need to re-invent the wheel!PR
-
I want to build a expert marketplace directory listing website, which wordpress theme I should use?
Checkout is a high-quality WordPress theme by Array built for marketplaces of any kind. https://arraythemes.com/themes/checkout-wordpress-theme/ Let me know if you have any questions about implementation, and I'd be happy to setup a call.LL
the startups.com platform
Copyright © 2025 Startups.com. All rights reserved.