XPressME Integration Kit

Trac

source: trunk/wp-content/themes/xpress_default/footer.php @ 32

Last change on this file since 32 was 32, checked in by toemon, 15 years ago

カスタムファンクションをプラグイン側へ移動
リンクの関数追加 #7 #9

xpress_right_arrow_post_link($show = false)
xpress_left_arrow_post_link($show = false)

カスタム関数名変更

the_credit() -> xpress_credit()
html_convert_time() -> xpress_convert_time()

File size: 857 bytes
Line 
1<hr />
2<div id="xpress_footer">
3        <p>
4                <?php printf(__('%1$s and %2$s.', 'kubrick'), '<a href="' . get_bloginfo('rss2_url') . '">' . __('Entries (RSS)', 'kubrick') . '</a>', '<a href="' . get_bloginfo('comments_rss2_url') . '">' . __('Comments (RSS)', 'kubrick') . '</a>'); ?>
5                <!-- <?php printf(__('%d queries. %s seconds.', 'kubrick'), get_num_queries(), timer_stop(0, 3)); ?> -->
6        </p>
7        <!-- If you'd like to support WordPress, having the "powered by" link somewhere on your blog is the best way; it's our only promotion or advertising. -->
8                <div id="xpress_credit"><?php echo xpress_credit(). ' (' . xpress_convert_time() . ')'; ?></div>
9</div>
10</div>
11
12<!-- Gorgeous design by Michael Heilemann - http://binarybonsai.com/kubrick/ -->
13<?php /* "Just what do you think you're doing Dave?" */ ?>
14
15                <?php wp_footer(); ?>
16</body>
17</html>
Note: See TracBrowser for help on using the repository browser.