Tip: Working With WordPress Options

The WordPress engineer has just published a great tutorial on WordPress and Options. When WordPress is installed, a number of MySQL database tables are created to store all the nessassary information. There is one table called options.

This options table is used to store all the options your WordPress blog is using. For example: which theme you have activated, which plugins are active and what kind of permalinks you use. But there is more, you can add your own options in that table as well, for example when you are developing a plugin or extensive WordPress theme.

With this great tutorial from WP Engineer, working with these options gets a breeze. If you are interested in using the Options table in your next WordPress plugin or theme, the WordPress: Working With Options article is for you.

Share and Enjoy:
  • Digg
  • del.icio.us
  • Design Float
  • DZone
  • StumbleUpon
  • TwitThis

This article is written by:

Name:

URL: http://www.wptoy.com/

Description: I am Stefan Vervoort, WordPress enthusiast from the Netherlands. I also write for DivitoDesign.

Comments are closed.