if ( function_exists('register_sidebar') )
register_sidebar(array(
'name' => 'Homepage Sidebar',
'id' => 'homepage-sidebar',
'before_widget' => '',
'after_widget' => '
',
'before_title' => '',
'after_title' => '
',
));
function my_function_admin_bar(){
return false;
}
if ( function_exists('register_sidebar') ) {
register_sidebar(array(
'name' => 'Promote',
'id' => 'promote-sidebar',
'description' => 'Appears as the sidebar on the promote page',
'before_widget' => '
',
'after_widget' => '',
'before_title' => '
',
));
}
function catch_that_image() {
global $post, $posts;
$first_img = '';
ob_start();
ob_end_clean();
$output = preg_match_all('/
/i', $post->post_content, $matches);
$first_img = $matches [1] [0];
// no image found display default image instead
if(empty($first_img)){
$first_img = "/images/default.jpg";
}
return $first_img;
}
add_filter( 'show_admin_bar' , 'my_function_admin_bar');
?>
سیویلتکت - باریکترین خانه های دنیا
تبلیغات

(امکاناتی از
قبیل چت, ثبت و نمایش رزومه, تغییر حالت و ...)

موضوعات
لینک دوستان
آمار و اطلاعات
مطالب جدید را در ایمیل دریافت کنید!