I'm just trying to learn how the p2 theme works.
In Theme Options, when I select a Custom Background Color, which file is amended to save that selection? I thought it would be a .css file, but I don't see one that is changed.
I'm just trying to learn how the p2 theme works.
In Theme Options, when I select a Custom Background Color, which file is amended to save that selection? I thought it would be a .css file, but I don't see one that is changed.
P2 works just like other WordPress themes, in that the background customizations are saved to the database.
The location is in wp_options table, usually named "theme_mods_themename" where "themename" is the slug of the theme.
That's also how things like Custom Header Image, Nav Menus, and such are stored.
You must log in to post.