How Do I Make a Clickable Tile in WordPress?

Making a clickable tile in WordPress is an easy process that can be achieved with a few simple steps. First, create a new file in your theme directory called tile.php and add the following code:

Next, create a new file in your theme directory called style.css and add the following code:.tile {

display:block;

width:200px;

height:200px;

background-color:#fff;

border:1px solid #ddd;

}
.tile:hover {

background-color:#ccc;
.tile img {

max-height:200px;
.tile h3 {

margin-bottom:10px;
.tile p {

margin:0;

padding:0;
.tile a {

text-decoration:none;
.tile a:hover {

text-decoration:underline;
.tile li {

padding:5px;
.tile div {

float:left;
.tile div a {
.tile div a:hover {.