HOT CSS

Free Beautiful Css templates, Web designer tricks from expert

Pages

▼
Saturday, March 15, 2014

Adding a Meta Description to Blogspot

›
 An important part of a good SEO is the implementation of meta tags, which are commonly located in the header of our website, that are bei...

Random Posts Widget to Blogspot

›
 The Random Posts widget or gadget for Blogger will show random posts you have added to your blog that due to the natural structure of blo...

Download image with PHP CURL

›
If you have allow_url_fopen set to true: $url = 'http://example.com/image.php'; $img = '/my/folder/flower.gif'; file_pu...

difference between jQuery .val() and .attr('value')?

›
.val() works on all input type elements in a useful way, including <select>...even in the cases of <select multiple>, checkb...
Tuesday, March 11, 2014

wordpress Year Shortcode

›
For the functions.php file: function year_shortcode() { $year = date('Y'); return $year; } add_shortcode('year', ...

wordpress Using Custom Fields

›
Dump out all custom fields as a list <?php the_meta(); ?> Display value of one specific custom field <?php echo get_post_meta($p...

wordpress Turn on WordPress Error Reporting

›
Comment out the top line there, and add the rest to your wp-config.php file to get more detailed error reporting from your WordPress site. D...
‹
›
Home
View web version
Powered by Blogger.