Archives

Blog Archives

Add Scripts and Styles to Specific Admin Pages Only

jQuery, Tutorials, WordPress Tutorials4 comments

One very common mistake that is made by WordPress developers is failing to limit the environments in which their scripts are loaded, particularly in the admin section.

Continue Reading

Quick Tip: Remove right margin from column post layout with php

CSS, Design, PHP, Tutorials, Wordpress, WordPress Tutorials3 comments

One of the most popular layout styles right now is the Three Column grid, particularly for News-like websites.

Well, one of the main problems coders will run into when creating the layout with CSS is how to make all the columns fit correctly, while retaining the correct margins.
Continue Reading

Alternate Your Comment Colors

Alternate Your Comment Colors

CSS, Tutorials, WordPress Tutorials2 comments

Effectively styling comments can be a difficult task. One tip to make your comments more readable is to alternate their background colors.
Continue Reading

Override Inline Styles

Override Inline Styles

CSS, Tutorials9 comments

A few weeks ago I ran into a problem while styling some elements in a wordpress plugin. The source of problem was that the plugin author had used inline styles to control the elements. Continue Reading