Some plugin development questions
-
Hi,
These days I am busy with development of my first plugin for wordpress. by using this plugin people can insert some data into database and then view the entered items as a list. So i need a code or wp core function to put pagination link at the bottom of result list in admin area. is there any core function available to do this task for me or I have to write mine?
Another question is how can I put search feature for result list in admin area of my plug-in? how do I set the action parameter of my search form?
my result page appears under Link menu of admin area and when i click on my search button wp takes me to link-manager.php page and tries to search in blog roll links.Thanks in advance.
The topic ‘Some plugin development questions’ is closed to new replies.