Profile
Achievement
    
                redconservatory's Recent Snippets
- All /
 
 « Prev 1 Next »
CSS:
.error 
style the error class
Form HTML:
class="required"
makes the input field required
minlength="2"
makes the field require at least 2 characters
        
        
        
            0 
        
        
            1331 
        
                    posted 14 years ago by redconservatory
            plugins reside in the plugins folder
wp-content/plugins
The following code must go at the top of your plugin file
        
        
        
            0 
        
        
            1065 
        
                    posted 14 years ago by redconservatory
            Refer to the following:
http://codex.wordpress.org/Class_Reference/wpdb
        
        
        
            0 
        
        
            3050 
        
                    posted 14 years ago by redconservatory
            A great plugin for Wordpress:
http://podscms.org
Currently does not play well with plugins that use custom fields but this will change in version 2.
For more information, refer to:
http://mondaybynoon.com/2010/01/04/introduction-to-pods-cms-w...
        
        
        
            0 
        
        
            1310 
        
                    posted 14 years ago by redconservatory
            Cut-and-paste the following into your functions.php file (inside of your theme folder).
Change the Name-goes-here to whatever you want.
        
        
        
            0 
        
        
            1395 
        
                    posted 14 years ago by redconservatory
            Removes the margin-right spacing from the item in a line of items. This works cross browser unlike the CSS last-child selector (which doesn't work in IE6 or IE7).
        
        
        
            0 
        
        
            1187 
        
                    posted 14 years ago by redconservatory