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
▼
Monday, March 10, 2014
wordpress Display Author Info
›
The image that shows for the author comes from the email address set for that user which goes to a corresponding Gravatar . The display name...
Array Display a Tag Cloud
›
<?php wp_tag_cloud( array( 'smallest' => 8, // font size for the least used tag 'largest' => ...
Array Disable Automatic Formatting Using a Shortcode
›
function my_formatter($content) { $new_content = ''; $pattern_full = '{(\[raw\].*?\[/raw\])}is'; $pa...
Array Disable Automatic Formatting
›
Add to functions.php file remove_filter('the_content', 'wptexturize'); remove_filter('the_excerpt', 'wptexturi...
Array Detect Gists and Embed Them
›
Just post a link to a GitHub Gist and it will be nicely embedded. Or use the format this snippet provides and create the shortcode yourself...
Array Customize Login Page
›
You know, the one typically at yoursite.com/wp-login.php. These are things you would put in the active theme's functions.php file. Chan...
Array Customize Comments Markup
›
In a typical WordPress theme you output the entire list of comments for a Post/Page by using the function wp_list_comments(). This doesn...
‹
›
Home
View web version