📄 index-template.php
字号:
<?php /* Don't remove this line */ if (!defined('XOOPS_ROOT_PATH')) { exit; }?><?php //This is WordPress main content Template ?><div id="wpMainContent"><h1 id="wphead"><a href="<?php echo XOOPS_URL.'/modules/'.$xoopsModule->getVar('dirname'); ?>/" rel="external"><span>中文 Xoops WordPress</span></a></h1><br /><?php if ($posts) { foreach ($posts as $post) { start_wp(); ?><?php the_date('','<h2>','</h2>'); ?><div class="post"> <h3 class="storytitle" id="post-<?php the_ID(); ?>"><a href="<?php echo get_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></h3> <div class="meta"><?php echo _WP_TPL_FILED_UNDER ?><?php the_category() ?> - <?php the_author_posts_link() ?> @ <?php the_time() ?> <?php edit_post_link(); ?></div> <?php if(empty($isFullArticle)){ ?> <div class="storyexcerpt"> <?php the_excerpt();?> <? }else{ ?> <div class="storycontent"> <?php the_content();?> <? } ?> <br clear=left> </div> <?php if(empty($isFullArticle)){ ?> <div class="feedback"> <a href="<?php echo get_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php echo _WP_TPL_FULL; ?></a> | <?php link_pages('<br />Pages: ', '<br />', 'number'); ?> <?php comments_popup_link(_WP_TPL_COMMENT0, _WP_TPL_COMMENT1, _WP_TPL_COMMENTS); ?> </div> <? } ?> <!-- <?php trackback_rdf(); ?> --><?php include(dirname(dirname(dirname(__FILE__))) . '/wp-comments.php'); ?></div><?php } } else { // end foreach, end if any posts ?><p>没有符合条件的文章.</p><?php } ?><p class="credit">数据库查询<?php echo $wpdb->querycount; ?>次. 执行时间<?php timer_stop(1); ?>秒.<br /><cite><a href="http://xoops.org.cn/" title="WordPress by XOOPS中文"><img src="./wp-images/wordpress-xoops.png" alt="WordPrss by XOOPS中文" /></a> </cite></p></div>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -