• Hi members
    i am beginner in wordpress world and i want begin with some basics
    i want creat the layout of my plugin using html/css
    please help how i can do that specialy add the html/css to the index.php or any other way to do that.

    • This topic was modified 3 years, 3 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Developing with WordPress topic
Viewing 2 replies - 1 through 2 (of 2 total)
  • This is where you start reading: Custom Plugin Settings Page

    Thread Starter houssem12

    (@houssem12)

    i want add a labels and textbox field and an upload text file to the plugin interface
    please help to manage to add that

    <!DOCTYPE HTML>
    <html>
    
    <head>
    	<title>text</title>
    </head>
    
    <body>
    	<form action="#" method="POST" enctype="multipart/form-data">
    	Choisir votre categorie 
    	<input type="text" name="categorie">
    	<br>
    		<input type="file" name="text">
    		<input type="submit" name="submit">
    	</form>
    	</body>
    
    </html>

    after i want execute this in php code

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how i add the html/css to the interface of my plugin’ is closed to new replies.