Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
themes
/
kasuari
/
inc
/
function
:
custom.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php function kasuari_social_profile() { $options = get_option('kasuari_framework'); $twitter = $options['twitter_profile']; $facebook = $options['facebook_profile']; $linkedin = $options['linkedin_profile']; $google = $options['google_profile']; $pinterest = $options['pinterest_profile']; $dribble = $options['dribble_profile']; $flickr = $options['flickr_profile']; $behance = $options['behance_profile']; $youtube = $options['youtube_profile']; $soundcloud = $options['soundcloud_profile']; $codepen = $options['codepen_profile']; $deviantart = $options['deviantart_profile']; $digg = $options['digg_profile']; $dropbox = $options['dropbox_profile']; $github = $options['github_profile']; $instagram = $options['instagram_profile']; $skype = $options['skype_profile']; $spotify = $options['spotify_profile']; $steam = $options['steam_profile']; $trello = $options['trello_profile']; $tumblr = $options['tumblr_profile']; $vimeo = $options['vimeo_profile']; $wechat = $options['wechat_profile']; $weibo = $options['weibo_profile']; $wordpress = $options['wordpress_profile']; $xing = $options['xing_profile']; $yahoo = $options['yahoo_profile']; $yelp = $options['yelp_profile']; if (!empty($twitter)) { ?> <li class="twitter soc-icon"><a target="_blank" href="<?php echo esc_url( $twitter ); ?>" title="<?php esc_html_e( 'Twitter', 'kasuari' ); ?>" class="icon icon-themify-13"></a></li> <?php } if (!empty($facebook)) { ?> <li class="facebook soc-icon"><a target="_blank" href="<?php echo esc_url( $facebook ); ?>" title="<?php esc_html_e( 'Facebook', 'kasuari' ); ?>" class="icon icon-themify-17"></a></li> <?php } if (!empty($linkedin)) { ?> <li class="linkedin soc-icon"><a target="_blank" href="<?php echo esc_url( $linkedin ); ?>" title="<?php esc_html_e( 'Linkedin', 'kasuari' ); ?>" class="icon icon-themify-8"></a></li> <?php } if (!empty($google)) { ?> <li class="google soc-icon"><a target="_blank" href="<?php echo esc_url( $google ); ?>" title="<?php esc_html_e( 'Google', 'kasuari' ); ?>" class="icon icon-themify-11"></a></li> <?php } if (!empty($pinterest)) { ?> <li class="pinterest soc-icon"><a target="_blank" href="<?php echo esc_url( $pinterest ); ?>" title="<?php esc_html_e( 'Pinterest', 'kasuari' ); ?>" class="icon icon-themify-9"></a></li> <?php } if (!empty($dribble)) { ?> <li class="dribble soc-icon"><a target="_blank" href="<?php echo esc_url( $dribble ); ?>" title="<?php esc_html_e( 'Dribbble', 'kasuari' ); ?>" class="icon icon-social-dribbble"></a></li> <?php } if (!empty($flickr)) { ?> <li class="flickr soc-icon"><a target="_blank" href="<?php echo esc_url( $flickr ); ?>" title="<?php esc_html_e( 'Flickr', 'kasuari' ); ?>" class="icon icon-themify-16"></a></li> <?php } if (!empty($behance)) { ?> <li class="behance soc-icon"><a target="_blank" href="<?php echo esc_url( $behance ); ?>" title="<?php esc_html_e( 'Behance', 'kasuari' ); ?>" class="icon icon-behance-2"></a></li> <?php } if (!empty($youtube)) { ?> <li class="youtube soc-icon"><a target="_blank" href="<?php echo esc_url( $youtube ); ?>" title="<?php esc_html_e( 'Youtube', 'kasuari' ); ?>" class="icon icon-themify-7"></a></li> <?php } if (!empty($soundcloud)) { ?> <li class="soundcloud soc-icon"><a target="_blank" href="<?php echo esc_url( $soundcloud ); ?>" title="<?php esc_html_e( 'Soundcloud', 'kasuari' ); ?>" class="icon icon-themify-19"></a></li> <?php } if (!empty($codepen)) { ?> <li class="codepen soc-icon"><a target="_blank" href="<?php echo esc_url( $codepen ); ?>" title="<?php esc_html_e( 'Codepen', 'kasuari' ); ?>" class="icon icon-social-codepen"></a></li> <?php } if (!empty($deviantart)) { ?> <li class="deviantart soc-icon"><a target="_blank" href="<?php echo esc_url( $deviantart ); ?>" title="<?php esc_html_e( 'Deviantart', 'kasuari' ); ?>" class="icon icon-deviantart"></a></li> <?php } if (!empty($digg)) { ?> <li class="digg soc-icon"><a target="_blank" href="<?php echo esc_url( $digg ); ?>" title="<?php esc_html_e( 'Digg', 'kasuari' ); ?>" class="icon icon-digg"></a></li> <?php } if (!empty($dropbox)) { ?> <li class="dropbox soc-icon"><a target="_blank" href="<?php echo esc_url( $dropbox ); ?>" title="<?php esc_html_e( 'Dropbox', 'kasuari' ); ?>" class="icon icon-themify-23"></a></li> <?php } if (!empty($github)) { ?> <li class="github soc-icon"><a target="_blank" href="<?php echo esc_url( $github ); ?>" title="<?php esc_html_e( 'Github', 'kasuari' ); ?>" class="icon icon-social-github"></a></li> <?php } if (!empty($instagram)) { ?> <li class="instagram soc-icon"><a target="_blank" href="<?php echo esc_url( $instagram ); ?>" title="<?php esc_html_e( 'Instagram', 'kasuari' ); ?>" class="icon icon-social-instagram-outline"></a></li> <?php } if (!empty($skype)) { ?> <li class="skype soc-icon"><a target="_blank" href="<?php echo esc_url( $skype ); ?>" title="<?php esc_html_e( 'Skype', 'kasuari' ); ?>" class="icon icon-skype"></a></li> <?php } if (!empty($spotify)) { ?> <li class="spotify soc-icon"><a target="_blank" href="<?php echo esc_url( $spotify ); ?>" title="<?php esc_html_e( 'Spotify', 'kasuari' ); ?>" class="icon icon-spotify"></a></li> <?php } if (!empty($steam)) { ?> <li class="steam soc-icon"><a target="_blank" href="<?php echo esc_url( $steam ); ?>" title="<?php esc_html_e( 'Steam', 'kasuari' ); ?>" class="icon icon-steam-square"></a></li> <?php } if (!empty($trello)) { ?> <li class="trello soc-icon"><a target="_blank" href="<?php echo esc_url( $trello ); ?>" title="<?php esc_html_e( 'Trello', 'kasuari' ); ?>" class="icon icon-trello"></a></li> <?php } if (!empty($tumblr)) { ?> <li class="tumblr soc-icon"><a target="_blank" href="<?php echo esc_url( $tumblr ); ?>" title="<?php esc_html_e( 'Tumblr', 'kasuari' ); ?>" class="icon icon-themify-10"></a></li> <?php } if (!empty($vimeo)) { ?> <li class="vimeo soc-icon"><a target="_blank" href="<?php echo esc_url( $vimeo ); ?>" title="<?php esc_html_e( 'Vimeo', 'kasuari' ); ?>" class="fa fa-vimeo-square"></a></li> <?php } if (!empty($wechat)) { ?> <li class="wechat soc-icon"><a target="_blank" href="<?php echo esc_url( $wechat ); ?>" title="<?php esc_html_e( 'Wechat', 'kasuari' ); ?>" class="icon icon-weixin"></a></li> <?php } if (!empty($weibo)) { ?> <li class="weibo soc-icon"><a target="_blank" href="<?php echo esc_url( $weibo ); ?>" title="<?php esc_html_e( 'Weibo', 'kasuari' ); ?>" class="icon icon-weibo"></a></li> <?php } if (!empty($wordpress)) { ?> <li class="wordpress soc-icon"><a target="_blank" href="<?php echo esc_url( $wordpress ); ?>" title="<?php esc_html_e( 'WordPress', 'kasuari' ); ?>" class="icon icon-themify-10"></a></li> <?php } if (!empty($xing)) { ?> <li class="xing soc-icon"><a target="_blank" href="<?php echo esc_url( $xing ); ?>" title="<?php esc_html_e( 'Xing', 'kasuari' ); ?>" class="icon icon-xing"></a></li> <?php } if (!empty($yahoo)) { ?> <li class="yahoo soc-icon"><a target="_blank" href="<?php echo esc_url( $yahoo ); ?>" title="<?php esc_html_e( 'Yahoo', 'kasuari' ); ?>" class="icon icon-yahoo"></a></li> <?php } if (!empty($yelp)) { ?> <li class="yelp soc-icon"><a target="_blank" href="<?php echo esc_url( $yelp ); ?>" title="<?php esc_html_e( 'Yelp', 'kasuari' ); ?>" class="icon icon-yelp"></a></li> <?php } } //EXCERPT function kasuari_excerpt($limit) { $excerpt = explode(' ', get_the_excerpt(), $limit); if (count($excerpt)>=$limit) { array_pop($excerpt); $excerpt = implode(" ",$excerpt).'...'; } else { $excerpt = implode(" ",$excerpt); } $excerpt = preg_replace('`\[[^\]]*\]`','',$excerpt); return $excerpt; } function kasuari_content($limit) { $content = explode(' ', get_the_content(), $limit); if (count($content)>=$limit) { array_pop($content); $content = implode(" ",$content).'...'; } else { $content = implode(" ",$content); } $content = preg_replace('/\[.+\]/','', $content); $content = apply_filters('the_content', $content); $content = str_replace(']]>', ']]>', $content); return $content; } function kasuari_custom_excerpt_length( $length ) { return 40; } add_filter( 'excerpt_length', 'kasuari_custom_excerpt_length', 999 ); function kasuari_new_excerpt_more( $more ) { return '...'; } add_filter('excerpt_more', 'kasuari_new_excerpt_more'); /* ======== porfo get avatar ======= */ function kasuari_get_author_50() { echo get_avatar( get_the_author_meta('ID'), '60' ); } function kasuari_get_author_30() { echo get_avatar( get_the_author_meta('ID'), '30' ); } /*=========* HEADER TYPE *=========*/ function kasuari_header_choice() { get_header(); } /*=========* FOOTER TYPE *=========*/ function kasuari_footer_choice() { if ( class_exists( 'Redux' ) ) { $options = get_option('kasuari_framework'); $kasuari_footer_type = $options['footer_type']; if( $kasuari_footer_type == 'default' ) { get_footer(); } elseif( $kasuari_footer_type == 'no-footer' ) { get_footer('no-footer'); } } else { get_footer(); } } function kasuari_post_type() { ?> <div class="category-icon"> <?php if ( has_post_format('gallery') ) { echo '<span class="category-icon-gallery"><i class="icon-simple-line-icons-126"></i></span>'; } if ( has_post_format('video') ) { echo '<span class="category-icon-video"><i class="icon-simple-line-icons-125"></i></span>'; } if ( !get_post_format() && is_sticky() ) { echo '<span class="category-icon-gallery"><i class="icon-simple-line-icons-48"></i></span>'; } if ( !get_post_format() && !is_sticky() ) { echo '<span class="category-icon-gallery"><i class="icon-simple-line-icons-94"></i></span>'; } ?> </div> <?php } function kasuari_single_post_pagination() { ?> <div class="next-prev-post standard-1 clearfix"> <?php $next_post = get_next_post(); $previous_post = get_previous_post(); ?> <div class="prev-post column column-3"> <?php if ( get_previous_post() ) { ?> <a href="<?php echo get_permalink( $previous_post->ID ); ?>"> <i class="icon-arrow-left icon-reveal"></i> </a> <?php } else { ?> <i class="icon-arrow-left icon-reveal no-link"></i> <?php } ?> </div> <div class="back-post column column-3"> <?php if(class_exists( 'Redux' )) { $options = get_option('kasuari_framework'); $kasuari_post_back_link = $options['post_back_link']; if(!empty($kasuari_post_back_link)) { $page_back = new WP_Query( array( 'page_id' => $kasuari_post_back_link ) ); if ($page_back->have_posts()) : while($page_back->have_posts()) : $page_back->the_post(); ?> <a href="<?php the_permalink(); ?>"> <i class="icon-themify-6 icon-reveal"></i> </a> <?php endwhile; endif; wp_reset_postdata(); } else { ?> <a href="<?php echo esc_url( home_url( '/' ) ); ?>"> <i class="icon-themify-6 icon-reveal"></i> </a> <?php } } ?> </div> <div class="next-post column column-3"> <?php if ( get_next_post() ) { ?> <a href="<?php echo get_permalink( $next_post->ID ); ?>"> <i class="icon-arrow-right icon-reveal"></i> </a> <?php } else { ?> <i class="icon-arrow-right icon-reveal no-link"></i> <?php } ?> </div> </div> <?php }