The following CSS added to an element will give it rounded corners: {code type=css} -moz-border-radius:1px; /* For Firefox */ -webkit-border-radius:1px; /* For Chrome & Safari */ border-... Read more
WordPress out of the box allows you to create excerpts for posts but not pages, to add a excerpt meta field to your pages, all you need is to add the following code to your functions.php fil... Read more