• Halil

    (@halilesen)


    Hi,

    I want to create a page that can be accessed through website that can be used by those who do not have the role of author.

    For example, it could be something like the form entered when opening a new topic in this forum. That would be great.

    It is very good that it is the same. Because “title” is entered, “keywords” are entered, they can make full use of the text editor. It’s also very good that they can’t upload an image but add an image with a url. Please…

    First choice, when the form is submitted on this “posting” page, I want it to appear as an awaited post to be approved on the Posts page in WP Admin. Thus, we make things much easier; and an editorial work on it would be easier. Of course, only members should be able to use this page. Thus, the author is identified. Login page for guests…

    As I understand it, a plugin is required for this. Is there a plugin that I can use in the direction I want? Or what would be your advice for doing what I said or alternatives?

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    If you give registered users the role of contributor, they will be able to compose new posts like anyone else with greater roles, but their posts will need to be approved by an editor or admin before it can be published.

    With only default WP, contributors would utilize the same backend editor everyone else uses. If you want them to use a front end form, you’d need to develop one or utilize a forms plugin. As long as the form posts data in the same format as the backend form, WP will process it appropriately. If you do want to develop your own form, having a template call wp_editor() will cause the classic tinyMCE editor to be output.

Viewing 1 replies (of 1 total)

The topic ‘Post Sending Page for Users’ is closed to new replies.