0
0
Wordpressframework~20 mins

General settings in Wordpress - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
WordPress General Settings Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
component_behavior
intermediate
2:00remaining
What happens when you change the Site Title in WordPress General Settings?

In WordPress, if you update the Site Title under Settings > General, what is the immediate effect on your website?

AThe site title updates only after clearing the browser cache manually.
BThe site title changes only in the WordPress dashboard but not on the live site.
CThe site title shown in the browser tab and header updates immediately.
DThe site title changes only after reinstalling the theme.
Attempts:
2 left
💡 Hint

Think about where the site title is displayed by default.

📝 Syntax
intermediate
2:00remaining
Which option correctly sets the WordPress timezone in General Settings?

In WordPress General Settings, how do you correctly set the timezone to New York?

ASelect 'America/New_York' from the timezone dropdown list.
BEnter 'EST' manually in the timezone text box.
CSet the timezone by changing the server's PHP.ini file only.
DUse the UTC offset '-5' without selecting a city.
Attempts:
2 left
💡 Hint

WordPress prefers city names for timezones.

🔧 Debug
advanced
3:00remaining
Why does changing the WordPress 'Membership' setting not allow new user registrations?

You enabled the 'Anyone can register' checkbox under Settings > General > Membership, but new users still cannot register. What is the most likely cause?

AThe site URL is set incorrectly in General Settings.
BThe theme does not include a registration form or link.
CThe server's PHP version is incompatible with WordPress.
DThe WordPress database is corrupted and blocks registrations.
Attempts:
2 left
💡 Hint

Think about what users need to register on the site.

state_output
advanced
3:00remaining
What is the effect of changing the 'Site Language' in WordPress General Settings?

After changing the 'Site Language' to Spanish in WordPress General Settings, what changes will you see on the site?

ANo change occurs until the theme is switched to a Spanish version.
BOnly the front-end site text changes to Spanish, dashboard stays English.
CThe site language changes only after installing a separate plugin.
DThe WordPress dashboard and default text on the site switch to Spanish.
Attempts:
2 left
💡 Hint

Consider what WordPress controls with this setting.

🧠 Conceptual
expert
3:00remaining
Which General Setting controls the URL structure of WordPress permalinks?

In WordPress, which General Setting directly affects the URL structure of posts and pages?

AThe 'WordPress Address (URL)' and 'Site Address (URL)' fields.
BThe 'Membership' checkbox.
CThe 'Timezone' dropdown selection.
DThe 'Site Language' dropdown.
Attempts:
2 left
💡 Hint

Think about what controls the base URL of your site.