21,894
社区成员




<script type="text/javascript">
var jiathis_config = {url: "",title: ""};
function setShare(title, url)
{
jiathis_config.title = title;
jiathis_config.url = url;
// alert(jiathis_config.url);
}
</script>
<script type="text/javascript" src="http://v2.jiathis.com/code/jia.js" charset="utf-8"></script>
<?php $option = get_option('scl_options'); ?>
<div id="content">
<!--Slider
<div id="slide_wrap">
<?php if($option["scl_diss_rbn"] == "1"){ ?><?php } else { ?><div class="ribbon"><?php echo $option['scl_rbn_txt'] ?></div><?php } ?>
<?php if($option['scl_slider']== "Easyslider") { ?>
<?php get_template_part('easyslider'); ?>
<?php }?>
</div>-->
<!--POSTS-->
<div id="posts">
<!--THE POST-->
<?php if(have_posts()): ?><?php while(have_posts()): ?><?php the_post(); ?>
<div <?php post_class(); ?> id="post-<?php the_ID(); ?>">
<!--THE Date Badge-->
<?php if($option["scl_diss_date"] == "1"){ ?>
<?php } else { ?>
<div class="date"><div class="date_content"><?php the_time('dS'); ?> <?php the_time('M'); ?><span><?php the_time('Y'); ?></span></div></div>
<?php }?>
<div class="post_content">
<h2 id="postitle" ><a href="<?php the_permalink();?>" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
<?php FF_the_content(); ?>
<?php wp_link_pages('<p class="pages"><strong>'.__('Pages:').'</strong> ', '</p>', 'number'); ?>
</div>
<!--Post Footer-->
<div class="edit"><?php edit_post_link(); ?></div>
<div class="post_foot">
<div class="post_meta">
<!--<div class="post_cat"><?php _e('Category' , 'Scylla'); ?> : <?php the_category(', '); ?></div>-->
<!--social media-->
<!-- JiaThis Button BEGIN -->
<div onmouseover="setShare('<?php echo str_replace("\n","<br>",strip_tags(FF_the_content_share())); ?>', '<?php the_permalink(); ?>');">
<div id="ckepop">
<span class="jiathis_txt">分享到:</span>
<a class="jiathis_button_qzone"></a>
<a class="jiathis_button_tsina"></a>
<a class="jiathis_button_tqq"></a>
<a class="jiathis_button_renren"></a>
<a class="jiathis_button_kaixin001"></a>
<a href="http://www.jiathis.com/share/" class="jiathis jiathis_txt jtico jtico_jiathis" target="_blank"></a>
<a class="jiathis_counter_style"></a>
</div>
</div>
<!-- JiaThis Button END -->
<?php if( has_tag() ) { ?><div class="post_tag"><?php _e('Tags' , 'Scylla'); ?> : <?php the_tags(' '); ?></div><?php } else { ?><?php } ?>
</div>
<!--
<div class="block_comm2"><?php if (!empty($post->post_password)) { ?>
<?php } else { ?><div class="comments"><?php comments_popup_link('0 <span>條評論</span>', '1 <span>條評論</span>', '% <span>條評論</span>', '', __('Off')); ?></div><?php } ?></div>-->
</div>
</div>
<?php endwhile ?>
<?php if (function_exists("scylla_paginate")) {
scylla_paginate();
} ?>
<?php endif ?>
</div>
</div>
<!--Sidebar-->
<?php get_sidebar(); ?>
<!-- 分享功能代码统一放到页尾 -->