HOT CSS
Free Beautiful Css templates, Web designer tricks from expert
Pages
(Move to ...)
Home
Tutorial
Css
jQuery
SEO
Opencart Expert
Woocommerce Expert
Wordpress Expert
Joomla Expert
▼
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...
wordpress Turn On More Buttons in the WordPress Visual Editor
›
These buttons (like one for adding an <hr> tag) aren't there by default in the WordPress visual editor, but you can turn them on ...
wordpress Spam Comments with Very Long URL’s
›
Super long URL's are a sure fire sign the comment is spammy. This will mark comments with URL's (as the author URL, not just in the ...
wordpress Shrink the Admin Bar / Expand on Hover
›
A mini plugin: <?php /* * Plugin Name: Mini Admin Bar * Plugin URI: http://www.netyou.co.il/ * Description: Makes the admin bar a...
wordpress Show Your Favorite Tweets with WordPress
›
Just replace the URL in the fetch_rss line below with the RSS feed to your Twitter favorites. In fact this will work with any RSS feed . ...
‹
›
Home
View web version