Articles Submitted for oscardias.com
How to Add a Rate Field to WordPress Comments
oscardias.com - In this article I’ll show you how to add a rating field to your WordPress comments. We’ll work with PHP to enable the new field and show it in the comments template. Also, we’re going to do some styling in ...
Adding Custom Information to WordPress Posts
oscardias.com - In this article I’m going to show how to add custom information to your WordPress posts. We’ll start with the standard custom fields, very useful if you’re the theme developer and the only blogger. Next I’ll show you how to ...
Creating a WordPress Theme (Part 6): Footer
oscardias.com - This is the last part of the series. We’ve already seen the design creation, an introduction about the WordPress platform and the coding and styling of the entire theme except the footer. So, in this last post, we’re going ...
Creating a WordPress Theme (Part 5): Pages and Posts
oscardias.com - In this part of the series we’re going to create the templates used for pages and posts. The page template is very simple because it only has the basic structure of our design. The post template has more details, which ...
Creating a WordPress Theme (Part 4): Home Page
oscardias.com - As we continue with our theme’s development, I’ll show you in this article what changes we need in our index.php. So we’ll continue changing the files we copied from the Default theme and we’ll create new CSS styles. In order ...
Creating a WordPress Theme (Part 3): Header
oscardias.com - In the Part 3 of our series, we’re going to start (finally) with the development of our WordPress theme. As I’ll not be able to show everything in one article, I’ll show only the header development today. We’re going to ...
Creating a WordPress Theme (Part 2): Introduction
oscardias.com - In this second post from our series about WordPress theme creation, we’re going to give you an introduction on how the themes are structured. First I’ll show briefly how to install WordPress and how the folders were structured. Later we’ll ...