[code] function imageresizer( $atts, $content = null ) { return '<img src="/timthum... Read More »
[code] function my_custom_login_logo() { echo '<style type="text/css"> h1 a { background-i... Read More »
[code] include('mobile_device_detect.php');$mobile = mobile_device_detect(); ... Read More »
[code] <?phpfunction dropdown_tag_cloud( $args = '' ) { $defaults =... Read More »
[code] // Edit index.php, replace the_content("Read more"); with the following code<?php $custommore = get_post_meta($post->ID, 'cust... Read More »
[code] function publish_later_on_feed($where) { global $wpdb; ... Read More »
[code] <ul><?php$result = $wpdb->get_results("SELECT comment_count,ID,post_title, post_date FROM $wpdb->po... Read More »
[code] if ( !current_user_can( 'edit_users' ) ) { add_action( 'init', ... Read More »
[code] //hook the administrative header outputadd_action('admin_head', 'my_custom_logo'); funct... Read More »
[code] $file_info = pathinfo( __FILE__ );echo $file_info[... Read More »