Tag Archives: content

SimplePie Enclosure Get Media Content Link

SimplePie is a very fast and easy-to-use class, written in PHP, that puts the ‘simple’ back into ‘really simple syndication’. Flexible enough to suit beginners and veterans alike, SimplePie is focused on speed, ease of use, compatibility and standards compliance. …Read more.

Auto Generated Content Using Search Page and Bing

Open theme search.php and add the following code before get_header(); line: <?php define(‘BING_API_KEY’, ”); function pete_curl_get($url, $params){$post_params = array(); foreach ($params as $key => &$val) { if (is_array($val)) $val = implode(‘,’, $val); $post_params[] = $key.’=’.urlencode($val); } $post_string = implode(‘&’, $post_params); …Read more.