WordPress Settings

General Settings

The General Settings page controls some of the most basic configuration settings for your site: your site’s title and location, who may register an account at your site, and how dates and times are calculated and displayed.

Site Title – lets you enter the name of your site (or blog).

Tagline – your sites’ slogan, or short phrase, or sentence, used to convey the essence of the site and is often funny or eye-catching.
WordPress Address (URL) – the full URL of the directory containing your WordPress core application files (e.g., wp-config.php, wp-admin, wp-content, and wp-includes). For example, if you installed WordPress into a directory called “blog”, then the WordPress address would be http://example.net/blog (where example.net is your domain). If you installed WordPress into your web root, this address will be the root URL http://example.net.
Site Address (URL) – the address you want people to type in their browser to reach your WordPress site. This is the directory where WordPress’s main index.php file is installed. The Site address (URL) is identical to the WordPress address (URL) (above) unless you are giving WordPress its own directory.
E-mail Address – the e-mail address to which you want WordPress to send messages regarding the administration and maintenance of your WordPress site. For example, if you allow new users to register as a member of your site (see Membership below), then a notification will be sent through e-mail to this address.
Membership – check this checkbox if you want anyone to be able to register an account on your site.
New User Default Role – this pull-down box allows you to select the default Role that is assigned to new users.
Timezone – lets you select your timezone, choose a city that is in the same timezone as you are.
Date Format – the format in which to display dates on your site.
Time Format – the format in which to display times on your site.
Week Starts On – lets you select your preferred start date for WordPress calendars from the drop-down box, Monday being the default setting.
Site Language – the WordPress dashboard language.

Permalinks are the permanent URLs of your blog posts or pages on your WordPress site.

Go to Settings > Permalinks. 

Select one of the available formats:
Default: http://www.yourwebsite.com/?p=123
Day and name: http://www.yourwebsite.com/2008/03/31/sample-post/
Month and name: http://www.yourwebsite.com/2008/03/sample-post/
Numeric: http://www.yourwebsite.com/archives/123
Post name: http://www.yourwebsite.com/sample-post
Custom structure: in the box enter the custom structure you want to use. For example: /archives/%year%/%monthnum%/%day%/%postname%/
In the Optional section you’ll find 2 prefixes used in URLs for category and tag archives:
Category base box enter the custom prefix for your category URLs.
Tags base write the custom prefix for your tag URLs
Don’t forget to click the Save Changes button
After, you should receive two messages regarding your .htaccess
In case your .htaccess is writeable you will receive this message: Permalink structure updated
In case you .htaccess is not writeable you will get this message: You should update your .htaccess.

Was this article helpful?

Related Articles