• 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.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Hamed Takmil

    (@silvercover)

    Is there any hope to find my answers? I’ve visited everywhere I could but nothing!

    youre asking for an awful lot of “help” writing your plugin.

    good luck with that approach

    I suggest taking a look at plugins that are already developed, and at the functionality that already exists within wordpress.

    writing plugins isnt a cut and paste job.

    Thread Starter Hamed Takmil

    (@silvercover)

    Well, I solved my plug-in search problem without doing cut and paste job!

    Now I’m searching for pagination problem. Do you know specific plugin that has pagination in it?

    Thread Starter Hamed Takmil

    (@silvercover)

    I wrote my pagination for my plugin. again this was not cut and paste job.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Some plugin development questions’ is closed to new replies.