• Is there a way to add some custom html or php forms to admin pages?
    I’d like to add something to Background changing page.

    I don’t want to change core files, so it has to be done with plugin or function.php file. Is there any hook for this?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Yes, there are admin hooks like admin_init and plenty of ways to add custom features to the admin pages. I suggest looking through the codex.

    Thread Starter testna

    (@testna)

    Is there a specific hook to add somethink to Settings->Background page?

    There is no Settings->Background in the latest version of WordPress I’m using.

    You should look into the admin_init action and possibly the Settings API. There are numerous tutorials available for both, so Googling “wordpress admin_init tutorial” or “wordpress settings api tutorial” should yield plenty of results.

    Thread Starter testna

    (@testna)

    I will try. Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Customizing admin page’ is closed to new replies.