14 posts tagged “plugin”
カスタムテンプレートを使用している場合、うまく表示できないことがあるので、以下のURLを参照して、テンプレートを書き換える必要がある。
http://pebbleinsky.jp/wp/?p=670
sidebar.phpに以下のソースを挿入
<?php if (function_exists('get_vicuna_calendar')) : ?>
<dt>Calendar</dt>
<dd>
<?php get_vicuna_calendar(); ?>
</dd>
<?php endif; ?>
サンプル
プラグインを有効にしたあと、個別ページのテンプレートに以下のソースを挿入。
<div class="relatedEntries">
<ul><?php UTW_ShowRelatedPostsForCurrentPost("posthtmllist","","5") ?></ul>
</div>
管理画面に遷移せずにAjaxによるTag入力を実現