Profile
Achievement
 
    
                f6design's Recent Snippets
- All /
 « Prev 1 Next »
Remove meta boxes from the Wordpress admin area. Useful for simplifying Wordpress' admin interface for your clients. Add this snippet to your Wordpress theme's functions.php file.
        
        
        
            0 
        
        
            1295 
        
                    posted 13 years ago by f6design
            Create a comma separated list of a post's custom taxonomy terms.
        
        
        
            0 
        
        
            2225 
        
                    posted 13 years ago by f6design
            When adding a meta box to a 'page' in Wordpress (as opposed to a post, or custom post type), you might want to disable the default editor.  Use this snippet in your theme's functions.php file to disable the editor for a specific page template.
        
        
        
            3 
        
        
            2291 
        
                    posted 13 years ago by f6design
            This is an example of omitting the width and height attributes from a thumbnail img tag in Wordpress. Useful if you are working on a responsive design. Use inside The Loop.
        
        
        
            0 
        
        
            1271 
        
                    posted 13 years ago by f6design
            Use WP_Query to query a custom taxonomy, using the tax_query parameter.
        
        
        
            1 
        
        
            1291 
        
                    posted 13 years ago by f6design
            In Wordpress if you are using a custom taxonomy you can get its details (id, slug, etc) using this snippet.
        
        
        
            0 
        
        
            1283 
        
                    posted 13 years ago by f6design
            Add this snippet to your Wordpress theme's functions.php file to reject any image uploads that are below the specified dimensions.
        
        
        
            2 
        
        
            1791 
        
                    posted 13 years ago by f6design
            This snippet adds support for post thumbnails (a.k.a. 'featured images') to a Wordpress theme. It also adds an additional image size for image thumbnails, hard cropped. This second step is optional.
Add this snippet to your WP theme's functions.ph...
        
        
        
            1 
        
        
            1519 
        
                    posted 13 years ago by f6design
            Add the following to your Wordpress theme's functions.php file. The jQuery paths/URLs might need to be changed to suite your circumstances.
        
        
        
            0 
        
        
            1839 
        
                    posted 13 years ago by f6design
            Simplify the Wordpress admin area for clients by hiding menu items. Add this snippet to your Wordpress theme's functions.php file.
        
        
        
            0 
        
        
            1485 
        
                    posted 13 years ago by f6design
            If you are creating a custom post type in Wordpress, and turn off the 'editor' capability, then TinyMCE is not loaded. This means any WYSIWYG meta box textareas will fail. Add this snippet to your theme's functions.php file to load the required TinyM...
        
        
        
            0 
        
        
            1246 
        
                    posted 13 years ago by f6design
            Add this to your Wordpress theme's functions.php file. It allows you to move the 'featured image' upload/select box from the admin sidebar to another position on the page, to give it more prominence.
        
        
        
            0 
        
        
            1421 
        
                    posted 13 years ago by f6design
            This snippet will stop people from snooping in your Apache directories. This is useful if you have directories containing files, but no index HTML/PHP document.
        
        
        
            1 
        
        
            3241 
        
                    posted 13 years ago by f6design
            Sometimes a legacy database will have HTML entities stored in it.
This function converts them. Note that this function assumes you have a database abstraction layer, and may need to be modified to connect to YOUR database.
        
        
        
            0 
        
        
            3844 
        
                    posted 14 years ago by f6design
            Makes the images in  Galleria gallery clickable, so you can see the full sized image in Fancybox (or the ligthbox of your preference). Get Galleria is here: http://galleria.aino.se/
        
        
        
            0 
        
        
            1039 
        
                    posted 14 years ago by f6design
            Note that this approach DOESN'T maintain the image's aspect ratio. For a pure CSS technique that does that you need a CSS3 approach.
        
        
        
            0 
        
        
            1323 
        
                    posted 14 years ago by f6design
            If your HTML form fields have a 'watermark' default value, it will be removed when the field is focussed and replaced if focus is lost (and the user has left the field blank).
To use give your form field a class of 'default-value'
        
        
        
            3 
        
        
            1706 
        
                    posted 14 years ago by f6design
            Re-indexes an array so that the array keys count up from zero. This is useful if you have previously removed some array nodes.
        
        
        
            0 
        
        
            1064 
        
                    posted 14 years ago by f6design
            To use just edit the Twitter user ID which appears at the bottom of the snippet. You may want to change the location where the tweets are cached, by default they are stored at the root level of your domain. The reason for caching is that Twitter limi...
        
        
        
            0 
        
        
            1652 
        
                    posted 15 years ago by f6design
            Grab Google CDN's jQuery. Fall back to local if necessary, Taken from the HTML5 Boilerplate.
        
        
        
            1 
        
        
            1515 
        
                    posted 15 years ago by f6design
            Always force latest IE rendering engine (even in intranet) & Chrome Frame. Taken from the HTML5 Boilerplate.
        
        
        
            0 
        
        
            1445 
        
                    posted 15 years ago by f6design