Forums

Need Urgently Help From WP Theme / Plugin Developer (2 posts)

  1. Mohit Bumb
    Member
    Posted 1 year ago #

    I Recently started developing wordpress themes & plugins and its great for me and developers but I'm unable to create user interface I want some values from user and I don't know how to create user interface
    please tell me write tutorial or give me link or tell me by replying here or [signature moderated]

  2. digibucc
    Member
    Posted 1 year ago #

    i am not a plugin or theme developer, but i do develop php.
    an html form that sends post data to your plugin's settings file would achieve this temporarily, but actually writing permanent settings would be troublesome.

    the best way imo would be to have your plugin create another column in the wp_options table in your database. or create another table if you feel that is better.

    have your plugin/theme check it for settings when it starts, have the options page insert settings when a form is submitted.

    you obviously would want to keep database calls to a minimum, and use wordpress functions over mysql functions where possible.

    to create the menu link in the dashbboard, you would use this.

Topic Closed

This topic has been closed to new replies.

About this Topic