HOT CSS

Free Beautiful Css templates, Web designer tricks from expert

Pages

▼
Sunday, March 9, 2014

Tutorial Change Avatar Size

›
The wp_list_comments function has a parameter to change the default (48px) size to anywhere between 0 and 80px. wp_list_comments('avata...

Tutorial Bloginfo Shortcode

›
The bloginfo() function in WordPress gives you access to lots of useful information about your site. See the complete list . To access all t...

Tutorial Base Threaded Comments Styling

›
ol.commentlist { list-style:none; margin:0 0 1em; padding:0; text-indent:0; } ol.commentlist li { } ol.commentlist li.alt { } ol.commentl...

Tutorial Automatic Social Media Links

›
This would go inside the loop , probably underneath the_content(), probably in your single.php file. // bookmark on Delicious <a rel=...

Tutorial Apply Custom CSS to Admin Area

›
Add to the functions.php file: add_action('admin_head', 'my_custom_fonts'); function my_custom_fonts() { echo '...

Tutorial Allow SVG through WordPress Media Uploader

›
For your functions.php file or a functionality plugin: function cc_mime_types( $mimes ){ $mimes['svg'] = 'image/svg+xml';...

Tutorial Admin Panel Link Only For Admins

›
<?php if (current_user_can("manage_options")) : ?> <a href="<?php echo bloginfo("siteurl") ?...
‹
›
Home
View web version
Powered by Blogger.