Latest Pastes

Custom excerpt length function

Used to call the excerpt field and trim it down to a required length. If no excerpt content available will get the_content field.
Use by calling, for example of 50 characters:
<?php print_excerpt(50); ?>

add custom class to current menu item

add custom class to current menu item to style your theme with ease.

ltr for Slimstat

add_action('admin_head-settings_page_wp-slimstat/options/index.php','left_slimstat'); function left_slimstat(){ echo '<style>.form-table td, .form-table th {direction: ltr;}</style>'; } add_action('admin_head-settings_page_wp-slimstat/options/index.php','left_slimstat'); function left_slimstat(){ echo ''; }