Blue Memories Initial Release

这是Blue Memories的最初发布页,该主题现已挪至其项目页面

版权

Blue Memories 基于 GNU GPL 协议发布。

下载

English

Blue Memories is the first WordPress theme created by myself, simple, two-column and widget-ready.

Licence

The Blue Memories theme is licensed under the GNU General Public License.

Download

Please visit Blue Memories page for the latest versions.

This entry is filed under , , , . You can follow any responses to this entry through RSS 2.0 . You can leave a response, or trackback from your own site.

13 Responses to “Blue Memories Initial Release”


Pages: [2] 1 » Show All

  1. Xu Yiyang

    You can edit theloop.php and add the code below before <p class=”entry-footer”>:

    <?php if(is_single() || is_page()) { ?>
    Your Related Posts Code here…
    <?php } ?>

  2. Kay

    okay widgets plugin is enabled, and related post is enabled. So far so good- thanks for your help. Hopefully it will show up after I figure out the code to insert-

    um, you said to insert the code after the post content- which part of the code do I insert, and where do I insert it?

    Thanks,

    kay

  3. Xu Yiyang

    to Kay:
    I tried the WASABI WordPress Related Entries 2.0, and it works well.

    There is no sidebar in single post pages, if you want to add the related posts on sidebar, you have to modify the single post template like this:

    <?php get_header(); ?>
    <div id=”content” class=”narrowcolumn”>
    <?php include (TEMPLATEPATH . ‘/theloop.php’); ?>
    <?php comments_template(); ?>
    </div>
    <?php get_sidebar(); ?>
    <?php get_footer(); ?>

    Make sure the plugin code has been added correctly to sidebar.php and keep the widgets disabled.

    If the widgets plugin is enabled, you have to insert the related posts code after the post content.

Post your comment