[code] ; $Id: acquia_marina.info,v 1.2.2.1 2009/05/25 09:... Read More »
[code] <?php /** * Recursive function for creating folder structures * @param string Path to directory where $d... Read More »
[code] // Author: Dealis// Site: www.dealis.pl// Email: piotrek290@gmail.com c... Read More »
[code] function detect_location($level = 1) { $directories = explode... Read More »
[code] function get_page_id($page_name){ global $wpdb; ... Read More »
[code] function category_header() { global $post; $url = get... Read More »
[code] <?php$num_posts = wp_count_posts( 'post' );$num_posts = $num_posts... Read More »
[code] <h2>Latest registered users</h2><ul><?php$usernames = $wpdb->get_results... Read More »
[code] function count_words($str){ $words = 0; $str = ... Read More »
[code] $count_posts = wp_count_posts();$posts = $count_posts->publish; ... Read More »