Well, im making a wordpress web page for my dad, a psychiatrist, who barely knows how to check his email. He wants to put content regulary but the actual admin interface of wordpress is way to complex for him (i mean he does not care about comments, statistics, plugins, updates, and all the bunch of stuff wordpress comes with). Im a senior PHP developer and I can make a super easy interface but I wonder if there is not something already made?… It will be ideal something like:

Login page -> Title -> Content -> send button -> done.

If the solution is too technical dont worry, i can handle, I just dont want to make everything from 0. Thanks!

7 Answers
7

If you don’t want him to see the admin stuff, don’t make him an admin, create an author account for him.

He can use the quickpress dashboard widget to add posts from the dashboard. You can remove the other dashboard widgets so it’s the only one there.

You can also use remove_menu_page() to remove any unnecessary admin menu items.

Leave a Reply

Your email address will not be published. Required fields are marked *