WordPress Comments Quiz: Registration, Trackbacks, Keyboard Shortcuts

Comments Quiz 1-5

All of the following questions are about comments.

1. Must a user always be registered in order to comment on a WordPress site? (Yes/No)

2. What is a trackback?

3. Where do you find the settings to enable keyboard shortcuts for comment moderation?

4. When using keyboard shortcuts for comment moderation, which two keys do you use to move the current selection up and down?

5. When using keyboard shortcuts for comment moderation, what do the following keys do:

a
s
d
z

 
SEE ANSWERS BELOW

 

1. Must a user always be registered in order to comment on a WordPress site?

red-quiz-small

Read more »

How to Simplify WordPress Profiles By Removing Personal Options

This is a handy quick hack that will make the profile page within WordPress only display the fields relevant to a user’s profile. The hack removes the personal options at the top of the page, including the ability to disable the visual editor, change the admin color scheme, enable keyboard shortcuts for comment moderation, and show or hide the admin bar when viewing the site and/or when in the dashboard.

Add this code to the functions.php file of your theme. It will “visually” remove the options so that they no longer appear on the profile edit page.

{code type=php}
function hide_personal_options(){

code

Read more »