Create and edit your own options pages with ease.
Admin Options Pages is a beautifully designed WordPress plugin, which makes it incredibly easy to create options menus, pages and fields.
If you’re a seasoned developer or just a beginner, Admin Options Pages tries to make it easy for everybody.
In a nutshell, you can make your own settings pages and add options fields to it and that without writing one single line of code.
Use the get_option()
function (link) to do with your option value (Field name) what you want.
Visit docs.adminoptionspages.com for the documentation.
Bug reports for AOP are welcomed in our issues repository on Github.
Tips and ideas are also welcome.
admin-options-pages
to the /wp-content/plugins/
directorySure. docs.adminoptionspages.com.
Al the magic happens with the default WordPress function get_option().
For example, if you have a text field with the name ‘my_text_field’ as Field name, you can use get_option(‘my_text_field’) this way.
<?php echo get_option('my_text_field'); ?>
Or with a default value.
<?php echo get_option('my_text_field', 'my default text'); ?>
No, not at all.
And besides that, this plugin does nothing on the frontend of your website.
Release Date – 5 July 2021
Bugfixes:
Release Date – 5 May 2021
Bugfixes:
Release Date – 13 April 2021
Enhancement/bugfix:
Release Date – 11 March 2021
Enhancements:
Bugfixes:
Release Date – 10 September 2020
Bugfixes:
Release Date – 10 August 2020
Admin Options Pages 0.9.1 has one big update. You can give editors now access to options pages.
Enhancements:
Release Date – 5 June 2020
Admin Options Pages 0.9.0 is a massive release. The plugin pages are completely redesigned and are more in line with Gutenberg.
Enhancements:
Release Date – 7 November 2019
Enhancements:
Bugfixes:
Release Date: 28 March 2019
Bugfixes: