1.

Where does a blog post stored in wordpress database?

Answer» OPTIONS are stored in the optionstable under 'sidebars_widgets' as a serialized array. See this POST for a longer explanation.Changing the field per PHPMyAdmin is not recommended, use PHP, get_option() and update_option()INSTEAD, WordPress will take care for CORRECT serialization then.thank you @chetan2222


Discussion

No Comment Found