## Object-level settings

Product: Verba - Modern Blog & Magazine WordPress Theme
URL: https://hub.jkdevstudio.com/docs/verba/theme-settings/settings-local
Updated: 2026-09-09
Summary: How per-object fields work in Verba: where they live, why an empty field means follow the site, and why a global change sometimes does not reach one post.
Availability: Pro only.

Local fields are settings for one specific object: this post, this page, this category, this author. They live where you edit the object, not in a settings panel.

## The one rule

A global setting decides how the whole site behaves. A local field overrides it for one object. That is the whole model, and it is the same for every object type.

An empty local field means "follow the site." So clearing a field is how you return to the global value; there is no reset button because emptying the field is the reset.

<div data-callout="warning">

This is behind the most common confusion with Verba: "I changed it globally and this one post did not change." That post has its own value. Open it, clear the field, and it will follow the site again.

</div>

## Each type has its own fields

The set of fields depends on what the object can meaningfully configure. A tag has almost none. A post has the most. There is no single grid with exceptions, so read the page for the type you are working with:

- Categories
- Tags
- Users and authors
- Posts
- Pages

## Questions

<details><summary>Do local fields survive a theme or plugin update?</summary>

Yes. They are stored as metadata on the object, in the database, so an update does not touch them.

</details>

<details><summary>What happens to them if I deactivate Pro?</summary>

The fields disappear from the editor and stop affecting the front end. The values stay in the database and come back with the plugin.

</details>

<details><summary>Can I set a local field for a whole category of posts at once?</summary>

Not through these fields, since each one belongs to one object. What you can do is set the global value the way most posts want it and override only the exceptions, which is usually less work anyway.

</details>