How Do I Add a Notice in WordPress?

Adding a WordPress notice is a simple process. First, you need to create a new post or page. Once you have your post or page created, you will need to find the “Text” box and enter the following code:

You will then need to add a “notice” class to your post or page. To do this, you will need to find the “CSS” box and enter the following code:

.notice {

clear: both;

margin: 0 auto;

padding: 10px;

border: 1px solid #eeeeee;

background-color: #fff;

}

You will then need to add a link to your notice in the body of your post or page. To do this, you will need to find the “HTML” box and enter the following code: